Skip to content

Commit fb16a3d

Browse files
boomanaiden154vvereschaka
authored andcommitted
Set target_arch to x64 for sanitizer-windows
So we do not pick up the default 32-bit toolchain.
1 parent 675e045 commit fb16a3d

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)