Skip to content

Commit a90b845

Browse files
[infra] Fix AOT sanitizer bots to build everything they need.
Apparently `runtime_precompiled` does not include the platform dill. Bug: #41382 Change-Id: Ieacaa445330520933fb27f31b05ca95b2e02245c Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/142804 Reviewed-by: Zichang Guo <[email protected]>
1 parent 1f0c908 commit a90b845

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

tools/bots/test_matrix.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1728,6 +1728,7 @@
17281728
"script": "tools/build.py",
17291729
"arguments": [
17301730
"--sanitizer=asan",
1731+
"runtime",
17311732
"runtime_precompiled"
17321733
]
17331734
},
@@ -1761,6 +1762,7 @@
17611762
"script": "tools/build.py",
17621763
"arguments": [
17631764
"--sanitizer=lsan",
1765+
"runtime",
17641766
"runtime_precompiled"
17651767
]
17661768
},
@@ -1794,6 +1796,7 @@
17941796
"script": "tools/build.py",
17951797
"arguments": [
17961798
"--sanitizer=msan",
1799+
"runtime",
17971800
"runtime_precompiled"
17981801
]
17991802
},
@@ -1827,6 +1830,7 @@
18271830
"script": "tools/build.py",
18281831
"arguments": [
18291832
"--sanitizer=tsan",
1833+
"runtime",
18301834
"runtime_precompiled"
18311835
]
18321836
},
@@ -1861,6 +1865,7 @@
18611865
"script": "tools/build.py",
18621866
"arguments": [
18631867
"--sanitizer=ubsan",
1868+
"runtime",
18641869
"runtime_precompiled"
18651870
]
18661871
},

0 commit comments

Comments
 (0)