Skip to content

Commit 5b58fb6

Browse files
committed
make.yml: try to fix Cygwin CI
1 parent aaf4a35 commit 5b58fb6

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/make.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ name: make
55
# spell-checker:ignore (jargon) deps softprops toolchain
66
# spell-checker:ignore (people) dawidd
77
# spell-checker:ignore (shell/tools) bsdtar nextest pacman sccache zstd
8-
# spell-checker:ignore (misc) bindir busytest defconfig DESTDIR manpages multisize noconfirm runtest testsuite toybox uutils
8+
# spell-checker:ignore (misc) bindir busytest defconfig dynamicbase DESTDIR manpages multisize noconfirm runtest testsuite toybox uutils
99

1010
env:
1111
PROJECT_NAME: coreutils
@@ -279,6 +279,7 @@ jobs:
279279
runs-on: ${{ matrix.job.os }}
280280
env:
281281
CARGO_INCREMENTAL: 0
282+
RUSTFLAGS: "-C link-arg=-Wl,--dynamicbase -C link-arg=-Wl,--enable-auto-image-base"
282283
strategy:
283284
fail-fast: false
284285
matrix:

0 commit comments

Comments
 (0)