Message ID | 20250627134946.154438-3-ross.burton@arm.com |
---|---|
State | New |
Headers | show |
Series | [kirkstone,1/6] CI: add CI_CLEAN_REPOS variable to allow cleaning the repo reference cache | expand |
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 9c9eb74191..2a07ea08be 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -40,8 +40,6 @@ stages: - mkdir --verbose --parents $KAS_WORK_DIR $KAS_REPO_REF_DIR $SSTATE_DIR $DL_DIR $TOOLCHAIN_DIR $TOOLCHAIN_LINK_DIR # Must do this here, as it's the only way to make sure the toolchain is installed on the same builder - ./ci/get-binary-toolchains $DL_DIR $TOOLCHAIN_DIR $TOOLCHAIN_LINK_DIR - # This can be removed with Kas 3.2 - - sudo apt-get update && sudo apt-get install --yes python3-subunit # Generalised fragment to do a Kas build .build:
This is in the Kas image from 3.2, so this is now obsolete. Signed-off-by: Ross Burton <ross.burton@arm.com> --- .gitlab-ci.yml | 2 -- 1 file changed, 2 deletions(-)