Skip to content

Commit ab64bec

Browse files
author
JiaYan Lin
committed
Exclude targets that fail to run CppLink command on MacOS
1 parent 49c5c2b commit ab64bec

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.bazelci/presubmit.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ tools: &tools
1717
- "//android/..."
1818
- "//src/..."
1919
- "-//src/java/com/example/sampleapp/..."
20+
- "-//src/tools/ak/shellapk/..." # Uncommment it after we fix cc_toolchain with --android_platforms
21+
- "-//src/tools/ak/rjar/..." # Uncomment it after we add --android_platforms
2022
- "//test/..."
2123
- "-//test/rules/..." # Tested in `rules`
2224
- "//toolchains/..."

0 commit comments

Comments
 (0)