File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -247,6 +247,11 @@ jobs:
247
247
id : setup-stage
248
248
uses : ./workflows-main/.github/workflows/release-binaries-setup-stage
249
249
250
+ - name : Shorten paths on windows
251
+ run :
252
+ subst S : ${{ github.workspace }}
253
+ subst B : ${{ steps.setup-stage.outputs.build-prefix }}
254
+
250
255
- name : Configure
251
256
id : build
252
257
shell : bash
@@ -257,9 +262,7 @@ jobs:
257
262
# There were some issues on the ARM64 MacOS runners with trying to build x86 object,
258
263
# so we need to set some extra cmake flags to disable this.
259
264
export PATH=C:\Strawberry\c\bin\:$PATH
260
- subst S: ${{ github.workspace }}
261
- subst B: ${{ steps.setup-stage.outputs.build-prefix }}/build
262
- $CMAKE -G Ninja -S S:\llvm -B B:\ \
265
+ $CMAKE -G Ninja -S /s/llvm/ -B /b \
263
266
${{ needs.prepare.outputs.target-cmake-flags }} \
264
267
-C clang/cmake/caches/Release.cmake \
265
268
-DBOOTSTRAP_LLVM_PARALLEL_LINK_JOBS=1 \
You can’t perform that action at this time.
0 commit comments