diff options
author | Brad King <brad.king@kitware.com> | 2022-02-25 17:37:50 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2022-02-25 18:07:01 (GMT) |
commit | 0e7172e6159e9211486165c987e1a7f1605e6e7f (patch) | |
tree | 7afd7d46fb39e14fa20cd7a033a41f1c8cf4d7fa /.gitlab/os-linux.yml | |
parent | 46da86dcd9529e4ee729fa79f189dd73b081ab0d (diff) | |
download | CMake-0e7172e6159e9211486165c987e1a7f1605e6e7f.zip CMake-0e7172e6159e9211486165c987e1a7f1605e6e7f.tar.gz CMake-0e7172e6159e9211486165c987e1a7f1605e6e7f.tar.bz2 |
ci: Add Swift compiler runtime dependencies to Debian base image
The actual compiler is too large to put in the base image.
Install its dependencies so we can download and run it in a job.
Note that Swift binaries are only available for `x86_64`.
Diffstat (limited to '.gitlab/os-linux.yml')
-rw-r--r-- | .gitlab/os-linux.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab/os-linux.yml b/.gitlab/os-linux.yml index 5e620f5..f53f6f9 100644 --- a/.gitlab/os-linux.yml +++ b/.gitlab/os-linux.yml @@ -45,7 +45,7 @@ ### Debian .debian10: - image: "kitware/cmake:ci-debian10-x86_64-2022-02-21" + image: "kitware/cmake:ci-debian10-x86_64-2022-02-25" variables: GIT_CLONE_PATH: "$CI_BUILDS_DIR/cmake ci" |