]> perl5.git.perl.org Git - perl5.git/commitdiff This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Revert "cygwin: workaround DLL load address conflict"
authorTony Cook <[email protected]>
Mon, 9 Dec 2024 05:25:47 +0000 (16:25 +1100)
committerGraham Knop <[email protected]>
Thu, 24 Apr 2025 16:49:43 +0000 (18:49 +0200)
This reverts commit ff4c75e237e9d4f574da4e379bcc20e2604bf79f.

.github/workflows/testsuite.yml

index ad00c2e7b724477ee453e81e32f459cc56f9aea9..c51d3fbe291dfb9a2c19ce1cdfa40e2e2dfe7148 100644 (file)
@@ -605,7 +605,7 @@ jobs:
         run: |
           cd ~/work
           set +e
-          ./Configure -des -Dusedevel -Doptimize=-g -DDEBUGGING -Astatic_ext=I18N/Langinfo || exit 1
+          ./Configure -des -Dusedevel -Doptimize=-g -DDEBUGGING || exit 1
       - name: Build
         shell: sh
         env: