1
0
Fork 0

Disable openmp build on Windows until it fixed

This commit is contained in:
Mikhail Goncharov 2020-07-09 11:00:47 +02:00
parent f325b51010
commit 0e36e0cf7c

View file

@ -46,6 +46,8 @@ if __name__ == '__main__':
clear_sccache = 'powershell -command "sccache --stop-server; ' \
'Remove-Item -Recurse -Force -ErrorAction Ignore $env:SCCACHE_DIR; ' \
'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 = {
'label': ':windows: build and test windows',
'key': 'windows',