Skip to content

Commit ebdc36e

Browse files
committed
Re-enable hack for Windows builds to see if it works
1 parent a83250d commit ebdc36e

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

.azure-pipelines/steps/install-windows-build-deps.yml

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,14 @@ steps:
55
# git submodule
66
# export SUBMODULES_EXCLUDES=$(git submodule | grep -Eow 'src/[^ ]+' | sed 's/\(.*\)/--exclude=\1\/\.git/')
77
# echo "##vso[task.setvariable variable=SUBMODULES_EXCLUDES;]$SUBMODULES_EXCLUDES"
8-
#
9-
# - script: |
10-
# REM echo hack as drive D is too small
11-
# IF NOT "%DISABLE_DISK_SPACE_HACK%"=="1" (
12-
# mkdir c:\MORE_SPACE
13-
# mklink /J build c:\MORE_SPACE
14-
# )
8+
9+
# FIXME: needs a comment to justify its existence
10+
- script: |
11+
REM echo hack as drive D is too small
12+
IF NOT "%DISABLE_DISK_SPACE_HACK%"=="1" (
13+
mkdir c:\MORE_SPACE
14+
mklink /J build c:\MORE_SPACE
15+
)
1516
1617
- script: |
1718
set MSYS_PATH=%CD%\citools\msys64

0 commit comments

Comments
 (0)