Skip to content

Commit

Permalink
Fix builder syntax: the cmake invocation does not include shell expan…
Browse files Browse the repository at this point in the history
…sion and quotes were left as-is in the arg list
  • Loading branch information
joker-eph committed Sep 30, 2021
1 parent 60bd268 commit 5bf4dc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildbot/osuosl/master/config/builders.py
Expand Up @@ -1166,7 +1166,7 @@
'-DLLVM_CCACHE_BUILD=ON',
'-DMLIR_ENABLE_BINDINGS_PYTHON=ON',
'-DLLVM_ENABLE_LLD=ON',
'-DLLVM_USE_SANITIZER="Address;Undefined"',
'-DLLVM_USE_SANITIZER=Address;Undefined',
'-DCMAKE_C_COMPILER=/compilers/clang-12.0/bin/clang',
'-DCMAKE_CXX_COMPILER=/compilers/clang-12.0/bin/clang++',
])},
Expand Down

0 comments on commit 5bf4dc4

Please sign in to comment.