From 5b58fb6a01cf20ab525a25e2db06b35bbaca6a29 Mon Sep 17 00:00:00 2001 From: oech3 <79379754+oech3@users.noreply.github.com> Date: Thu, 28 May 2026 12:44:48 +0900 Subject: [PATCH] make.yml: try to fix Cygwin CI --- .github/workflows/make.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/make.yml b/.github/workflows/make.yml index f96de558bc..cc7b771aaf 100644 --- a/.github/workflows/make.yml +++ b/.github/workflows/make.yml @@ -5,7 +5,7 @@ name: make # spell-checker:ignore (jargon) deps softprops toolchain # spell-checker:ignore (people) dawidd # spell-checker:ignore (shell/tools) bsdtar nextest pacman sccache zstd -# spell-checker:ignore (misc) bindir busytest defconfig DESTDIR manpages multisize noconfirm runtest testsuite toybox uutils +# spell-checker:ignore (misc) bindir busytest defconfig dynamicbase DESTDIR manpages multisize noconfirm runtest testsuite toybox uutils env: PROJECT_NAME: coreutils @@ -279,6 +279,7 @@ jobs: runs-on: ${{ matrix.job.os }} env: CARGO_INCREMENTAL: 0 + RUSTFLAGS: "-C link-arg=-Wl,--dynamicbase -C link-arg=-Wl,--enable-auto-image-base" strategy: fail-fast: false matrix: