Skip to content

Commit a8c09f6

Browse files
authored
Extend avx512 win job with Intel oneAPI (#337)
The reason for the change is to mitigate the failure during compiling when using Intel oneAPI product. The check from buildbot will prevent the commit to be merged if the job failed. --------- Signed-off-by: Xiaodong Li <xiaodong.li@intel.com>
1 parent 76312c5 commit a8c09f6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

buildbot/osuosl/master/config/builders.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -910,6 +910,8 @@
910910
extra_cmake_args=[
911911
"-DCMAKE_C_FLAGS='-march=cascadelake'",
912912
"-DCMAKE_CXX_FLAGS='-march=cascadelake'",
913+
"-DCMAKE_C_COMPILER=icx.EXE",
914+
"-DMAKE_CXX_COMPILER=icx.EXE",
913915
"-DLLVM_ENABLE_RUNTIMES=compiler-rt",
914916
"-DCOMPILER_RT_BUILD_SANITIZERS=OFF",
915917
"-DCOMPILER_RT_BUILD_ORC=OFF",

0 commit comments

Comments
 (0)