summaryrefslogtreecommitdiff
path: root/tools/ci/branches/ci_clang4_5
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2018-11-05 03:05:00 +0300
committerAndrei Karas <akaras@inbox.ru>2018-11-12 02:02:30 +0300
commitc3b5c3ad370358d4e10b4cbe787dbbd61ce82c08 (patch)
treea6cd6bef82735b028480a0a1c5a5434f63bcd6a5 /tools/ci/branches/ci_clang4_5
parent3e6ea8eeb0fb6cc72c2d4aaaf20e5633847e3737 (diff)
downloadplus-c3b5c3ad370358d4e10b4cbe787dbbd61ce82c08.tar.gz
plus-c3b5c3ad370358d4e10b4cbe787dbbd61ce82c08.tar.bz2
plus-c3b5c3ad370358d4e10b4cbe787dbbd61ce82c08.tar.xz
plus-c3b5c3ad370358d4e10b4cbe787dbbd61ce82c08.zip
Change images for clang compiler ci jobs.
Diffstat (limited to 'tools/ci/branches/ci_clang4_5')
-rw-r--r--tools/ci/branches/ci_clang4_5/.gitlab-ci.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/ci/branches/ci_clang4_5/.gitlab-ci.yml b/tools/ci/branches/ci_clang4_5/.gitlab-ci.yml
index 96ceb3728..23b8687fd 100644
--- a/tools/ci/branches/ci_clang4_5/.gitlab-ci.yml
+++ b/tools/ci/branches/ci_clang4_5/.gitlab-ci.yml
@@ -22,6 +22,7 @@ clang-4.0:
- ./tools/ci/jobs/clang40.sh
- ./tools/ci/scripts/runtests.sh
<<: *job-push
+ image: debian:stretch-backports
variables:
PACKAGES: clang-4.0 libc++-dev libc++abi-dev
make autoconf automake autopoint gettext
@@ -37,7 +38,7 @@ clang-5.0:
- ./tools/ci/jobs/clang50.sh
- ./tools/ci/scripts/runtests.sh
<<: *job-push
- image: stretch-backports
+ image: debian:stretch-backports
variables:
PACKAGES: clang-5.0 libc++-dev libc++abi-dev libclang-5.0-dev
make autoconf automake autopoint gettext