disable libunwind on windows
This commit is contained in:
parent
6d3e0a965d
commit
25f12dacbd
1 changed files with 1 additions and 1 deletions
|
@ -49,7 +49,7 @@ if __name__ == '__main__':
|
||||||
# TODO: Make this project list be evaluated through "choose_projects"(? as now we define "all" and exclusions in
|
# TODO: Make this project list be evaluated through "choose_projects"(? as now we define "all" and exclusions in
|
||||||
# two placess).
|
# two placess).
|
||||||
steps.extend(generic_windows(
|
steps.extend(generic_windows(
|
||||||
os.getenv('ph_projects', 'llvm;clang;clang-tools-extra;libc;libcxx;libcxxabi;lld;libunwind;mlir;polly;flang')))
|
os.getenv('ph_projects', 'llvm;clang;clang-tools-extra;libc;libcxx;libcxxabi;lld;mlir;polly;flang')))
|
||||||
steps.extend(bazel([], force=True))
|
steps.extend(bazel([], force=True))
|
||||||
if os.getenv('ph_skip_generated') is None:
|
if os.getenv('ph_skip_generated') is None:
|
||||||
e = os.environ.copy()
|
e = os.environ.copy()
|
||||||
|
|
Loading…
Reference in a new issue