Skip to content
This repository was archived by the owner on Nov 21, 2018. It is now read-only.

Commit 71b494e

Browse files
committed
Re-disable LLVM assertions for now
1 parent 6b05fd0 commit 71b494e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

master/master.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1761,7 +1761,7 @@ for p in auto_platforms:
17611761
"targets": targets,
17621762
"debug": debug,
17631763
"debug-assertions": True,
1764-
"llvm-assertions": True,
1764+
#"llvm-assertions": True,
17651765
"check": chk,
17661766
"rustbuild": rustbuild},
17671767
factory=make_and_check_buildfactory(chk, android,

0 commit comments

Comments
 (0)