Skip to content

Commit 9e11eb8

Browse files
Set target_arch to x64 for sanitizer-windows
So we do not pick up the default 32-bit toolchain.
1 parent be44f1b commit 9e11eb8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

buildbot/osuosl/master/config/builders.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1833,6 +1833,7 @@
18331833
vs="autodetect",
18341834
clean=True,
18351835
depends_on_projects=["llvm", "clang", "lld", "compiler-rt"],
1836+
target_arch='x64',
18361837
# TODO(boomanaiden154): We should probably be using sccache here.
18371838
extra_configure_args=[
18381839
"-DCMAKE_BUILD_TYPE=Release",

0 commit comments

Comments
 (0)