Skip to content

Commit 9b59262

Browse files
committed
Disable utils for stage1 Cygwin build
1 parent cfd17db commit 9b59262

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

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

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,12 @@ if [[ "$RUN_CONFIG" = 1 ]] || [[ ! -f "$CYGWIN_BUILD_PATH/Makefile" ]]; then
2323
if [[ "$STAGE" = "1" ]]; then
2424
(cd $CYGWIN_SOURCE_PATH && patch -p1 -i $PATCHES_PATH/cygwin/0001-fix-autogen.patch)
2525
HOST_OPTIONS="$HOST_OPTIONS \
26-
--disable-cygserver"
26+
--disable-cygserver \
27+
--disable-utils"
2728
else
2829
HOST_OPTIONS="$HOST_OPTIONS \
29-
--enable-cygserver"
30+
--enable-cygserver \
31+
--enable-utils"
3032
fi
3133

3234
# ADDED: --disable-doc

0 commit comments

Comments
 (0)