Skip to content

Commit 42f4f91

Browse files
committed
Print local_config_cc/BUILD in macOS CI
Additional debug output to resolve bazel#14603.
1 parent 8952c9b commit 42f4f91

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/run-tests-externally.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,11 @@ jobs:
7474
working-directory: ./tests
7575
run: bazelisk test --config=layering_check --disk_cache=${{ matrix.cache }} --profile=${{ github.workspace }}/profile.gz ${{ matrix.bazel_extra_args }} ${{ matrix.bazel_macos_args }} //...
7676

77+
- name: Print local_config_cc/BUILD
78+
if: ${{ always() && matrix.os == 'macos-latest' }}
79+
working-directory: ./tests
80+
run: cat $(bazelisk info output_base)/external/local_config_cc/BUILD
81+
7782
- name: Upload test logs
7883
if: always()
7984
uses: actions/upload-artifact@v2

0 commit comments

Comments
 (0)