summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilippe Schenker <philippe.schenker@toradex.com>2020-08-04 17:29:23 +0200
committerPhilippe Schenker <philippe.schenker@toradex.com>2020-08-04 17:53:30 +0200
commit62ad468b31075ae8e77414ce506acd30b380b5d5 (patch)
tree7b59ce6149bb82f3ce3765327797e1227e46b59b
parent5467008320aa114e916d1732830ab382eab957bd (diff)
gitlab-ci: pin gcc version to the one that was latest until now
Signed-off-by: Philippe Schenker <philippe.schenker@toradex.com>
-rw-r--r--.gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index a4fe54d8e6fb..7b11642840e3 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,7 +1,7 @@
variables:
# uncomment for the pipeline debug purpose
# CI_DEBUG_TRACE: "true"
- CI_IMAGE: gitlab.int.toradex.com:4567/philippe.schenker/linux-toradex/ci-kernel-builder:latest
+ CI_IMAGE: gitlab.int.toradex.com:4567/philippe.schenker/linux-toradex/ci-kernel-builder:gcc7
DOCKER_HOST: tcp://docker:2375
DOCKER_DRIVER: overlay2
DOCKER_TLS_CERTDIR: ""