From 98d52412c4caced9890add0d8433de4bec698bcd Mon Sep 17 00:00:00 2001 From: Fedja Beader Date: Fri, 5 Apr 2024 22:26:17 +0200 Subject: Disable gcc-snapshot CI job.. do we really need to waste CI and dev time testing the very bleeding edge for every commit everywhere? Should still be made to run every so often... TODO --- .gitlab-ci.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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" -- cgit v1.2.3-60-g2f50