aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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
}