File tree Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Original file line number Diff line number Diff line change 67
67
test-runs-on : ${{ steps.vars.outputs.build-runs-on }}
68
68
69
69
steps :
70
+ - name : Bash Test
71
+ shell : bash
72
+ run : |
73
+ export PATH=C:\Strawberry\c\bin\:$PATH
74
+ cmake --version
75
+ which cmake
70
76
- name : Check long paths
71
77
run : |
72
- Get-ChildItem -Path "C:\" -Recurse -Include "cmake.exe"
78
+ # Get-ChildItem -Path "C:\" -Recurse -Include "cmake.exe"
73
79
Get-ItemProperty -Path 'HKLM:\SYSTEM\CurrentControlSet\Control\FileSystem' -Name 'LongPathsEnabled'
74
80
New-Item -Path "C:\actions-runner\llvm-project\llvm-project\build\tools\clang\stage2-instrumented-bins\tools\clang\stage2-bins\tools\mlir\tools\mlir-linalg-ods-gen\CMakeFiles\mlir-linalg-ods-yaml-gen.dir\C_\actions-runner\llvm-project\llvm-project\llvm\resources\windows_version_resource.rc.res" -ItemType File -Force
75
81
# It's good practice to use setup-python, but this is also required on macos-14
@@ -247,6 +253,7 @@ jobs:
247
253
run : |
248
254
# There were some issues on the ARM64 MacOS runners with trying to build x86 object,
249
255
# so we need to set some extra cmake flags to disable this.
256
+ export PATH=C:\Strawberry\c\bin\:$PATH
250
257
cmake -G Ninja -S llvm -B ${{ steps.setup-stage.outputs.build-prefix }}/build \
251
258
${{ needs.prepare.outputs.target-cmake-flags }} \
252
259
-C clang/cmake/caches/Release.cmake \
You can’t perform that action at this time.
0 commit comments