Skip to content

Commit

Permalink
Extend avx512 win job with Intel oneAPI (#337)
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
DoyleLi authored Dec 19, 2024
1 parent 76312c5 commit a8c09f6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions buildbot/osuosl/master/config/builders.py
Original file line number Diff line number Diff line change
Expand Up @@ -910,6 +910,8 @@
extra_cmake_args=[
"-DCMAKE_C_FLAGS='-march=cascadelake'",
"-DCMAKE_CXX_FLAGS='-march=cascadelake'",
"-DCMAKE_C_COMPILER=icx.EXE",
"-DMAKE_CXX_COMPILER=icx.EXE",
"-DLLVM_ENABLE_RUNTIMES=compiler-rt",
"-DCOMPILER_RT_BUILD_SANITIZERS=OFF",
"-DCOMPILER_RT_BUILD_ORC=OFF",
Expand Down

0 comments on commit a8c09f6

Please sign in to comment.