This statement was silently skipped for a long time. > ci/lib.sh: line 232: break: only meaningful in a `for', `while', or `until' loop Signed-off-by: Đoàn Trần Công Danh <congdanhqx@xxxxxxxxx> --- ci/lib.sh | 5 ----- 1 file changed, 5 deletions(-) diff --git a/ci/lib.sh b/ci/lib.sh index db7105e8a8..661076e70b 100755 --- a/ci/lib.sh +++ b/ci/lib.sh @@ -227,11 +227,6 @@ export SKIP_DASHED_BUILT_INS=YesPlease case "$runs_on_pool" in ubuntu-*) - if test "$jobname" = "linux-gcc-default" - then - break - fi - PYTHON_PACKAGE=python2 if test "$jobname" = linux-gcc then -- 2.40.0.rc1.2.gd15644fe02