Skip to content

Commit

Permalink
Remove debugging code from bazel_bootstrap_distfile_test.sh
Browse files Browse the repository at this point in the history
Related bazelbuild#12578

RELNOTES: None
PiperOrigin-RevId: 346080243
  • Loading branch information
meteorcloudy authored and copybara-github committed Dec 7, 2020
1 parent 026b88a commit 598e200
Showing 1 changed file with 0 additions and 20 deletions.
20 changes: 0 additions & 20 deletions src/test/shell/bazel/bazel_bootstrap_distfile_test.sh
Original file line number Diff line number Diff line change
@@ -85,16 +85,6 @@ function test_bootstrap() {
;;
esac

if "$is_windows"; then
# For debugging: https://github.com/bazelbuild/bazel/issues/12578
echo "SHA256SUM of ${DISTFILE}: "
sha256sum ${DISTFILE}
echo "./BUILD after unzipping ${DISTFILE}"
cat ./BUILD
echo "List ./:"
ls ./
fi

case "${EMBEDDED_JDK}" in
*.zip)
unzip -q "$EMBEDDED_JDK"
@@ -112,16 +102,6 @@ function test_bootstrap() {

JAVABASE=$(echo reduced*)

if "$is_windows"; then
# For debugging: https://github.com/bazelbuild/bazel/issues/12578
echo "SHA256SUM of ${EMBEDDED_JDK}: "
sha256sum ${EMBEDDED_JDK}
echo "./BUILD after unzipping ${EMBEDDED_JDK}"
cat ./BUILD
echo "List ./:"
ls ./
fi

env EXTRA_BAZEL_ARGS="--host_javabase=@local_jdk//:jdk" ./compile.sh \
|| fail "Expected to be able to bootstrap bazel"
./output/bazel \

0 comments on commit 598e200

Please sign in to comment.