Skip to content

Commit 032f035

Browse files
committed
Use --without-cross-bootstrap for Cygwin build
1 parent cb74696 commit 032f035

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/scripts/toolchain/build-cygwin.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ if [[ "$RUN_CONFIG" = 1 ]] || [[ ! -f "$CYGWIN_BUILD_PATH/Makefile" ]]; then
4545
--disable-dumper \
4646
--with-sysroot=$TOOLCHAIN_PATH \
4747
--with-build-sysroot=$TOOLCHAIN_PATH \
48-
--with-cross-bootstrap \
48+
--without-cross-bootstrap \
4949
$HOST_OPTIONS \
5050
$TARGET_OPTIONS
5151
echo "::endgroup::"

.github/workflows/advanced.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ env:
7878
MINGW_BRANCH: ${{ inputs.mingw_branch || 'woarm64' }}
7979

8080
CYGWIN_REPO: Windows-on-ARM-Experiments/newlib-cygwin
81-
CYGWIN_BRANCH: ${{ inputs.cygwin_branch || 'woarm64' }}
81+
CYGWIN_BRANCH: ${{ inputs.cygwin_branch || 'aarch64-patch-series1-v1' }}
8282

8383
CYGWIN_PACKAGES_REPO: Windows-on-ARM-Experiments/cygwin-packages
8484
CYGWIN_PACKAGES_BRANCH: ${{ inputs.cygwin_packages_branch || 'main' }}

0 commit comments

Comments
 (0)