Skip to content

Commit 9fc259e

Browse files
authored
[OpenMP][AMDGPU] Disable archer tests (#217)
There appears to be one particular libarcher test that is quite flaky on the dockerized RHEL bots. Disable libarcher all together to reduce noise in testing.
1 parent a6a4177 commit 9fc259e

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
@@ -2013,6 +2013,7 @@
20132013
"-DCLANG_DEFAULT_LINKER=lld",
20142014
"-DLLVM_TARGETS_TO_BUILD=X86;AMDGPU",
20152015
"-DLLVM_ENABLE_ASSERTIONS=ON",
2016+
"-DLIBOMP_ARCHER_SUPPORT=OFF",
20162017
"-DCMAKE_C_COMPILER_LAUNCHER=ccache",
20172018
"-DCMAKE_CXX_COMPILER_LAUNCHER=ccache",
20182019
],
@@ -2045,6 +2046,7 @@
20452046
"-DCLANG_DEFAULT_LINKER=lld",
20462047
"-DLLVM_TARGETS_TO_BUILD=X86;AMDGPU",
20472048
"-DLLVM_ENABLE_ASSERTIONS=ON",
2049+
"-DLIBOMP_ARCHER_SUPPORT=OFF",
20482050
"-DCMAKE_C_COMPILER_LAUNCHER=ccache",
20492051
"-DCMAKE_CXX_COMPILER_LAUNCHER=ccache",
20502052
],

0 commit comments

Comments
 (0)