| Message ID | 20260313132100.1603643-1-ross.burton@arm.com |
|---|---|
| State | New |
| Headers | show |
| Series | [1/2] CI: remove last traces of TOOLCHAIN_DIR | expand |
On Fri, 13 Mar 2026 13:20:59 +0000, Ross Burton wrote: > 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") > > Applied, thanks! [1/2] CI: remove last traces of TOOLCHAIN_DIR commit: 2f6824ddca3cd5eb46eb977e1875351fbfb25cf0 [2/2] CI: allow hashserver to be specified in environment commit: df572b4d534c9ab61ca051c937e1fbbc3120cdb4 Best regards,
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: |
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(-)