Skip to content

Commit

Permalink
Revert "Print local_config_cc/BUILD in macOS CI"
Browse files Browse the repository at this point in the history
This reverts commit 42f4f91.

No longer needed as the root cause of the failures has likely been
determined and will be fixed by
bazelbuild/bazel#14796
  • Loading branch information
fmeum committed Feb 11, 2022
1 parent 67312e7 commit 4c7391e
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/run-tests-externally.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,11 +74,6 @@ 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 4c7391e

Please sign in to comment.