Skip to content

Commit

Permalink
Print local_config_cc/BUILD in macOS CI
Browse files Browse the repository at this point in the history
Additional debug output to resolve bazel#14603.
  • Loading branch information
fmeum committed Jan 28, 2022
1 parent 8952c9b commit 42f4f91
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/run-tests-externally.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,11 @@ jobs:
working-directory: ./tests
run: bazelisk test --config=layering_check --disk_cache=${{ matrix.cache }} --profile=${{ github.workspace }}/profile.gz ${{ matrix.bazel_extra_args }} ${{ matrix.bazel_macos_args }} //...

- name: Print local_config_cc/BUILD
if: ${{ always() && matrix.os == 'macos-latest' }}
working-directory: ./tests
run: cat $(bazelisk info output_base)/external/local_config_cc/BUILD

- name: Upload test logs
if: always()
uses: actions/upload-artifact@v2
Expand Down

0 comments on commit 42f4f91

Please sign in to comment.