Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ci: add assertion that bcr patches apply #556

Merged
merged 1 commit into from
Sep 27, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -218,3 +218,7 @@ jobs:
if: ${{ matrix.folder == '.' && matrix.os != 'windows-latest' }}
# Find all shell scripts within e2e, echo the filename, execute, fail on error
run: find e2e/*.sh -maxdepth 1 -type f -exec sh -c 'echo "\n\n------------------------------- $0 -------------------------------" && "$0" || kill $PPID' \{\} \;

- name: verify bcr patches
if: matrix.bzlmodEnabled
run: patch --dry-run -p1 < .bcr/patches/*.patch
18 changes: 9 additions & 9 deletions lib/tests/run_binary_expansions/expansions_golden
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
bazel-out/PLATFORM-fastbuild/bin/lib/tests/run_binary_expansions/expansions_out
bazel-out/PLATFORM-fastbuild/bin/lib/tests/run_binary_expansions
bazel-out/PLATFORM-opt/bin/lib/tests/run_binary_expansions/expansions_out
bazel-out/PLATFORM-opt/bin/lib/tests/run_binary_expansions
lib/tests/run_binary_expansions/src_1
lib/tests/run_binary_expansions/src_1
bazel-out/PLATFORM-fastbuild/bin/lib/tests/run_binary_expansions/src_1
bazel-out/PLATFORM-fastbuild/bin/lib/tests/run_binary_expansions/src_1
bazel-out/PLATFORM-opt/bin/lib/tests/run_binary_expansions/src_1
bazel-out/PLATFORM-opt/bin/lib/tests/run_binary_expansions/src_1
aspect_bazel_lib/lib/tests/run_binary_expansions/src_1
aspect_bazel_lib/lib/tests/run_binary_expansions/src_1
bazel-out/PLATFORM-fastbuild/bin/lib/tests/run_binary_expansions/src_1
bazel-out/PLATFORM-fastbuild/bin/lib/tests/run_binary_expansions/src_1
fastbuild
bazel-out/PLATFORM-fastbuild/bin
bazel-out/PLATFORM-fastbuild/bin
bazel-out/PLATFORM-opt/bin/lib/tests/run_binary_expansions/src_1
bazel-out/PLATFORM-opt/bin/lib/tests/run_binary_expansions/src_1
opt
bazel-out/PLATFORM-opt/bin
bazel-out/PLATFORM-opt/bin
PLATFORM
lib/tests/run_binary_expansions/BUILD.bazel
bazel-out/volatile-status.txt
Expand Down