Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/scripts/toolchain/build-cygwin.sh
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ if [[ "$RUN_CONFIG" = 1 ]] || [[ ! -f "$CYGWIN_BUILD_PATH/Makefile" ]]; then
--disable-dumper \
--with-sysroot=$TOOLCHAIN_PATH \
--with-build-sysroot=$TOOLCHAIN_PATH \
--with-cross-bootstrap \
--without-cross-bootstrap \
$HOST_OPTIONS \
$TARGET_OPTIONS
echo "::endgroup::"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/advanced.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ env:
MINGW_BRANCH: ${{ inputs.mingw_branch || 'woarm64' }}

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

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