diff options
Diffstat (limited to 'ci')
| -rwxr-xr-x | ci/lib.sh | 5 | ||||
| -rwxr-xr-x | ci/run-build-and-tests.sh | 3 |
2 files changed, 2 insertions, 6 deletions
@@ -329,11 +329,6 @@ export SKIP_DASHED_BUILT_INS=YesPlease case "$distro" in ubuntu-*) - if test "$jobname" = "linux-gcc-default" - then - break - fi - # Python 2 is end of life, and Ubuntu 23.04 and newer don't actually # have it anymore. We thus only test with Python 2 on older LTS # releases. diff --git a/ci/run-build-and-tests.sh b/ci/run-build-and-tests.sh index 76667a1277..599dc1c32c 100755 --- a/ci/run-build-and-tests.sh +++ b/ci/run-build-and-tests.sh @@ -13,8 +13,9 @@ esac run_tests=t case "$jobname" in -linux-gcc) +linux-breaking-changes) export GIT_TEST_DEFAULT_INITIAL_BRANCH_NAME=main + export WITH_BREAKING_CHANGES=YesPlease ;; linux-TEST-vars) export OPENSSL_SHA1_UNSAFE=YesPlease |
