From cf71712d89f5e4c9debda71287a85dc73686e324 Mon Sep 17 00:00:00 2001 From: Tony Cook Date: Tue, 30 Apr 2024 15:13:09 +1000 Subject: [PATCH] Revert "testsuite.yml: workaround cygwin base address conflict in 5.39.10" This reverts commit c635fa2209aa81381fc45f5e89f5b16144056521. With the 5.39.11 version bump there's no longer any risk of this collision. --- .github/workflows/testsuite.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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: