Skip to content

Commit

Permalink
TEMP: Debug cc_integration_test
Browse files Browse the repository at this point in the history
  • Loading branch information
fmeum committed Feb 11, 2022
1 parent e81a408 commit 537baa5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/shell/bazel/cc_integration_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -1004,7 +1004,7 @@ cc_binary(
EOF
# As long as the default workspace suffix runs cc_configure the local_config_cc toolchain suite will be evaluated.
# Ensure the fake cc_toolchain_suite target doesn't have any errors.
BAZEL_DO_NOT_DETECT_CPP_TOOLCHAIN=1 bazel build '@local_config_cc//:toolchain' &>/dev/null || \
BAZEL_DO_NOT_DETECT_CPP_TOOLCHAIN=1 bazel build '@local_config_cc//:toolchain' || \
fail "Fake toolchain target causes analysis errors"

# This only shows reliably for query due to ordering issues in how Bazel shows
Expand Down

0 comments on commit 537baa5

Please sign in to comment.