Disable openmp build on Windows until it fixed
This commit is contained in:
parent
f325b51010
commit
0e36e0cf7c
1 changed files with 2 additions and 0 deletions
|
@ -46,6 +46,8 @@ if __name__ == '__main__':
|
||||||
clear_sccache = 'powershell -command "sccache --stop-server; ' \
|
clear_sccache = 'powershell -command "sccache --stop-server; ' \
|
||||||
'Remove-Item -Recurse -Force -ErrorAction Ignore $env:SCCACHE_DIR; ' \
|
'Remove-Item -Recurse -Force -ErrorAction Ignore $env:SCCACHE_DIR; ' \
|
||||||
'sccache --start-server"'
|
'sccache --start-server"'
|
||||||
|
# FIXME: openmp is removed as it constantly fails.
|
||||||
|
projects = 'clang;clang-tools-extra;libc;libcxx;libcxxabi;lld;libunwind;mlir;polly'
|
||||||
windows_buld_step = {
|
windows_buld_step = {
|
||||||
'label': ':windows: build and test windows',
|
'label': ':windows: build and test windows',
|
||||||
'key': 'windows',
|
'key': 'windows',
|
||||||
|
|
Loading…
Reference in a new issue