From 92f23e2c11f91d9f44af5b9c90074dc09b74e658 Mon Sep 17 00:00:00 2001 From: Tony Cook Date: Thu, 28 Mar 2024 09:52:37 +1100 Subject: [PATCH] testsuite.yml: workaround cygwin base address conflict in 5.39.10 Workaround for #22104 This will likely be reverted for 5.39.11 --- .github/workflows/testsuite.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/testsuite.yml b/.github/workflows/testsuite.yml index 99231bd970b8..463281b9c1c0 100644 --- a/.github/workflows/testsuite.yml +++ b/.github/workflows/testsuite.yml @@ -602,10 +602,12 @@ 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 || exit 1 + ./Configure -des -Dusedevel -Doptimize=-g -DDEBUGGING -Astatic_ext=mro || exit 1 - name: Build shell: sh env: