Skip to content

Commit

Permalink
Revert "testsuite.yml: workaround cygwin base address conflict in 5.3…
Browse files Browse the repository at this point in the history
…9.10"

This reverts commit c635fa2.

With the 5.39.11 version bump there's no longer any risk of this collision.
  • Loading branch information
tonycoz committed Apr 30, 2024
1 parent ed87f92 commit cf71712
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/testsuite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit cf71712

Please sign in to comment.