File tree 1 file changed +19
-0
lines changed
1 file changed +19
-0
lines changed Original file line number Diff line number Diff line change @@ -107,6 +107,25 @@ jobs:
107
107
set CC=icx.exe
108
108
Powershell.exe -ExecutionPolicy RemoteSigned -File scripts\build_win.ps1 Ninja -DTBB_VERSION=2021.1.1 -DTBB_HASH="" -DBUILD_TOOLS=ON
109
109
110
+ # build-windows-arm64-msvc:
111
+ # secrets: inherit
112
+ # uses: intel-innersource/libraries.devops.renderkit.workflows/.github/workflows/windows.yml@main
113
+ # with:
114
+ # runs-on: '["Windows", "ARM64"]'
115
+ # cmd: |
116
+ # scripts/build.bat "Visual Studio 17 2022" "v143" '"-A ARM64"' '"-DBUILD_TBB_FROM_SOURCE=ON"' '"-DDOWNLOAD_ISPC=OFF"' '"-DBUILD_OIDN=OFF"'
117
+
118
+ build-windows-arm64-llvm :
119
+ secrets : inherit
120
+ uses : intel-innersource/libraries.devops.renderkit.workflows/.github/workflows/windows.yml@main
121
+ with :
122
+ runs-on : ' ["Windows", "ARM64"]'
123
+ shell : cmd
124
+ cmd : |
125
+ call "C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Auxiliary\Build\vcvarsarm64.bat"
126
+ set CXX=clang-cl.exe
127
+ set CC=clang-cl.exe
128
+ Powershell.exe -ExecutionPolicy RemoteSigned -File scripts\build_win.ps1 Ninja -DBUILD_TBB_FROM_SOURCE=ON -DBUILD_TBB_FROM_SOURCE=ON -DBUILD_TBB_FROM_SOURCE=ON -DDOWNLOAD_ISPC=ON -DBUILD_OIDN=ON
110
129
111
130
# ## Build MacOS Jobs ###
112
131
You can’t perform that action at this time.
0 commit comments