We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
.dll
1 parent aedfdd7 commit b77d345Copy full SHA for b77d345
.github/workflows/build-and-deploy.yml
@@ -171,6 +171,9 @@ jobs:
171
# - address space needed by 'Dumper.dll' is already occupied
172
# etc
173
usr\bin\bash -lc "/usr/bin/rebase -b 0x61500000 /usr/lib/perl5/core_perl/auto/*/{*,*/*}.dll"
174
+ # Work around for:
175
+ # - address space needed by 'Cwd.dll' is already occupied
176
+ usr\bin\bash -lc "/usr/bin/rebase -v -b 0x63f00000 /usr/lib/perl5/core_perl/auto/Cwd/Cwd.dll"
177
178
- name: Get GPG key(s)
179
shell: bash
0 commit comments