summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml4
1 files changed, 3 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index acf3d1d81..b5fdadd49 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -91,7 +91,9 @@ variables:
tags:
- docker
-gcc-snapshot_sdl2:
+# Do we really need to test such bleeding edge?
+# It's mostly a waste of CI time and it should be made allow-fail, perhaps?
+.gcc-snapshot_sdl2:
stage: prebuild
script:
- export PATH="/usr/lib/gcc-snapshot/bin:/usr/lib/gcc-snapshot/lib:$PATH"