Skip to content

Commit

Permalink
testsuite.yml: workaround cygwin base address conflict in 5.39.10
Browse files Browse the repository at this point in the history
Workaround for Perl#22104

This will likely be reverted for 5.39.11
  • Loading branch information
tonycoz committed Mar 28, 2024
1 parent 1c90da2 commit 9e09080
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/testsuite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -602,10 +602,12 @@ jobs:
env:
PATH: /usr/bin:/bin
SHELLOPTS: igncr
# The -Dstatic_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 -Dstatic_ext=mro || exit 1
- name: Build
shell: sh
env:
Expand Down

0 comments on commit 9e09080

Please sign in to comment.