From bf99c56b9c3afbc4b6026f404e9a87ed12cdda12 Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Mon, 18 Oct 2021 16:40:55 +0100 Subject: [PATCH] CI: install telnet into the images runfvp currently needs telnet to communicate with the guest, so install telnet into the image. Signed-off-by: Ross Burton Signed-off-by: Jon Mason --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 04e65ffe..f00bdcf8 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -27,6 +27,7 @@ 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 + - sudo apt update && sudo apt install telnet -y # Generalised fragment to do a Kas build .build: