You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# There were some issues on the ARM64 MacOS runners with trying to build x86 object,
264
257
# so we need to set some extra cmake flags to disable this.
265
-
export PATH=C:\Strawberry\c\bin\:$PATH
266
-
$CMAKE -G Ninja -S /s/llvm/ -B /b \
258
+
#export PATH=C:\Strawberry\c\bin\:$PATH
259
+
subst S: ${{ github.workspace }}
260
+
cmake -G Ninja -S S:\ -B S:\build \
267
261
${{ needs.prepare.outputs.target-cmake-flags }} \
268
-
-C clang/cmake/caches/Release.cmake \
262
+
-C clang\cmake\caches\Release.cmake \
269
263
-DBOOTSTRAP_LLVM_PARALLEL_LINK_JOBS=1 \
270
264
-DCMAKE_OBJECT_PATH_MAX=500 \
271
265
-DCMAKE_CXX_USE_RESPONSE_FILE_FOR_OBJECTS=1 \
@@ -299,10 +293,8 @@ jobs:
299
293
# ninja: error: mkdir(tools/clang/tools/extra/clang-tidy/misc/ConfusableTable/CMakeFiles/clang-tidy-confusable-chars-gen.dir/C_/actions-runner/llvm-project/llvm-project/llvm): No such file or directory
0 commit comments