Skip to content

Commit b77d345

Browse files
committed
fixup! build-and-deploy(i686): rebase the .dll base addresses
1 parent aedfdd7 commit b77d345

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/build-and-deploy.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -171,6 +171,9 @@ jobs:
171171
# - address space needed by 'Dumper.dll' is already occupied
172172
# etc
173173
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"
174177
175178
- name: Get GPG key(s)
176179
shell: bash

0 commit comments

Comments
 (0)