We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a83250d commit ebdc36eCopy full SHA for ebdc36e
.azure-pipelines/steps/install-windows-build-deps.yml
@@ -5,13 +5,14 @@ steps:
5
# git submodule
6
# export SUBMODULES_EXCLUDES=$(git submodule | grep -Eow 'src/[^ ]+' | sed 's/\(.*\)/--exclude=\1\/\.git/')
7
# 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
-# )
+
+# FIXME: needs a comment to justify its existence
+- script: |
+ REM echo hack as drive D is too small
+ IF NOT "%DISABLE_DISK_SPACE_HACK%"=="1" (
+ mkdir c:\MORE_SPACE
+ mklink /J build c:\MORE_SPACE
15
+ )
16
17
- script: |
18
set MSYS_PATH=%CD%\citools\msys64
0 commit comments