aboutsummaryrefslogtreecommitdiff
path: root/ci
diff options
context:
space:
mode:
authorTreehugger Robot <treehugger-gerrit@google.com>2023-04-12 21:04:52 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2023-04-12 21:04:52 +0000
commitf85a7f67161dcd743095e3e34f269b79e0beefc8 (patch)
tree33703e90f353db3042d73a735d7e347f42d1149c /ci
parentca97f1335b31e1473b8863781451c38b5fb5bf29 (diff)
parent464d87391ed6101027e5f2d6079ed927b5e18353 (diff)
downloadbazel-f85a7f67161dcd743095e3e34f269b79e0beefc8.tar.gz
Merge "Enable determinism test for soong_injection"
Diffstat (limited to 'ci')
-rwxr-xr-xci/determinism_test.sh4
1 files changed, 1 insertions, 3 deletions
diff --git a/ci/determinism_test.sh b/ci/determinism_test.sh
index 94d02ae1..47baafbf 100755
--- a/ci/determinism_test.sh
+++ b/ci/determinism_test.sh
@@ -64,9 +64,7 @@ function clean_build {
function save_hash {
local -r filepath="$1"
find $OUT_DIR/soong/workspace -type f,l -iname "BUILD.bazel" -o -iname "*.bzl" | xargs "${PREBUILTS}"/md5sum > $filepath
- # TODO(b/232407080): Uncomment this line once buildroot.cquery is
- # deterministic.
- #find $OUT_DIR/soong/soong_injection -type f,l | xargs "${PREBUILTS}"/md5sum >> $FIRST_FILE
+ find $OUT_DIR/soong/soong_injection -type f,l | xargs "${PREBUILTS}"/md5sum >> $filepath
}
TESTDIR=$(mktemp -t testdir.XXXXXX -d)