Skip to content

Commit

Permalink
.github/workflows/windows.yml: use static msvc rt
Browse files Browse the repository at this point in the history
  • Loading branch information
WolframRhodium committed Aug 20, 2024
1 parent b68a42a commit a5d3d52
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,17 +104,16 @@ jobs:
Start-Process hip_installer.exe -ArgumentList '-install' -NoNewWindow -Wait
- name: Setup MIGraphX
run: cmake -S . -B build -G Ninja -LA
run: cmake -S . -B build -G Ninja -LA -Wno-dev
-D CMAKE_BUILD_TYPE=Release
-D CMAKE_C_COMPILER="C:/Program Files/AMD/ROCm/6.1/bin/clang.exe"
-D CMAKE_CXX_COMPILER="C:/Program Files/AMD/ROCm/6.1/bin/clang++.exe"
-D CMAKE_PREFIX_PATH="%cd%/depend/install;C:/vcpkg/packages/sqlite3_x64-windows"
-D CMAKE_PREFIX_PATH="%cd%/depend/install;C:/vcpkg/packages/sqlite3_x64-windows-static"
-D BUILD_TESTING=OFF
-D HIP_DIR="C:/Program Files/AMD/ROCm/6.1/lib/cmake/hip"
-D HIP_PLATFORM=amd
-D GPU_TARGETS="gfx1030;gfx1100;gfx1101;gfx1102"
-D CMAKE_MSVC_RUNTIME_LIBRARY=MultiThreaded
-Wno-dev

- name: Build MIGraphX
run: cmake --build build --verbose
Expand Down

0 comments on commit a5d3d52

Please sign in to comment.