diff mbox series

[1/2] CI: remove last traces of TOOLCHAIN_DIR

Message ID 20260313132100.1603643-1-ross.burton@arm.com
State New
Headers show
Series [1/2] CI: remove last traces of TOOLCHAIN_DIR | expand

Commit Message

Ross Burton March 13, 2026, 1:20 p.m. UTC
When the binary toolchain support was removed[1] we no longer used this
variable, but a few instances of it was left behind.

[1] meta-arm 03af0c72f1 ("arm-toolchain: remove external-arm-toolchain")

Signed-off-by: Ross Burton <ross.burton@arm.com>
---
 .gitlab-ci.yml | 4 +---
 ci/base.yml    | 1 -
 2 files changed, 1 insertion(+), 4 deletions(-)
diff mbox series

Patch

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index a93a0f1e0d..a1e40e365d 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -37,12 +37,10 @@  stages:
     SSTATE_DIR: $CACHE_DIR/sstate
     DL_DIR: $CACHE_DIR/downloads
     BB_LOGCONFIG: $CI_PROJECT_DIR/ci/logging.yml
-    TOOLCHAIN_DIR: $CACHE_DIR/toolchains
     IMAGE_DIR: $KAS_BUILD_DIR/tmp/deploy/images
-    TOOLCHAIN_LINK_DIR: $KAS_BUILD_DIR/toolchains
   before_script:
     - rm -rf $KAS_WORK_DIR
-    - mkdir --verbose --parents $KAS_WORK_DIR $KAS_REPO_REF_DIR $SSTATE_DIR $DL_DIR $TOOLCHAIN_DIR $TOOLCHAIN_LINK_DIR
+    - mkdir --verbose --parents $KAS_WORK_DIR $KAS_REPO_REF_DIR $SSTATE_DIR $DL_DIR
 
 # Generalised fragment to do a Kas build
 .build:
diff --git a/ci/base.yml b/ci/base.yml
index 87192fba26..cb1fe91439 100644
--- a/ci/base.yml
+++ b/ci/base.yml
@@ -33,7 +33,6 @@  repos:
 
 env:
   BB_LOGCONFIG: ""
-  TOOLCHAIN_DIR: ""
 
 local_conf_header:
   base: |