aboutsummaryrefslogtreecommitdiff
path: root/ci
diff options
context:
space:
mode:
authorJingwen Chen <jingwen@google.com>2022-12-12 07:48:20 +0000
committerJingwen Chen <jingwen@google.com>2022-12-12 07:49:28 +0000
commitb46bdaf4fc4e57cb40c147e2ee2438de6f8a5ad5 (patch)
treef76c34ab141fc5fd0b3a1221b0c69b1ee253473c /ci
parentdb0e2ec1fbf8de4f20c88437194935a55f98da1c (diff)
downloadbazel-b46bdaf4fc4e57cb40c147e2ee2438de6f8a5ad5.tar.gz
Add bug numbers of multiproduct_analyis's failure on riscv64 products.
Test: N/A Bug: b/262192655 Change-Id: Ife2e98629cd467045cde455c5d3156c5971da58b
Diffstat (limited to 'ci')
-rwxr-xr-xci/multiproduct_analysis.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/ci/multiproduct_analysis.sh b/ci/multiproduct_analysis.sh
index 2c6ed84b..ceb59713 100755
--- a/ci/multiproduct_analysis.sh
+++ b/ci/multiproduct_analysis.sh
@@ -15,7 +15,8 @@ function report {
printf "Failed products:\n"
printf '%s\n' "${FAILED_PRODUCTS[@]}"
- # Don't fail the build until every product is OK and we want to prevent backsliding.
+ # TODO(b/262192655): Support riscv64 products in Bazel.
+ # TODO(b/261023967): Don't fail the build until every product is OK and we want to prevent backsliding.
# exit 1
fi
}