diff --git a/.github/workflows/testsuite.yml b/.github/workflows/testsuite.yml index 463281b9c1c0..99231bd970b8 100644 --- a/.github/workflows/testsuite.yml +++ b/.github/workflows/testsuite.yml @@ -602,12 +602,10 @@ jobs: env: PATH: /usr/bin:/bin SHELLOPTS: igncr - # The -Astatic_ext=mro works around a hash collision with - # --enable-auto-image-base and should be revertible in 5.39.11 run: | cd ~/work set +e - ./Configure -des -Dusedevel -Doptimize=-g -DDEBUGGING -Astatic_ext=mro || exit 1 + ./Configure -des -Dusedevel -Doptimize=-g -DDEBUGGING || exit 1 - name: Build shell: sh env: