We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b9fad9 commit 270535fCopy full SHA for 270535f
.github/workflows/bazel_build.yml
@@ -41,8 +41,8 @@ jobs:
41
- name: Full Bazel build with develop Picotool
42
run: python3 tools/run_all_bazel_checks.py --program=build --picotool-dir=lib/picotool
43
# Checks that the current BCR-requested version of Picotool builds.
44
- - name: Bazel Picotool backwards compatibility
45
- run: bazel build @picotool//:picotool
+ # - name: Bazel Picotool backwards compatibility
+ # run: bazel build @picotool//:picotool
46
other-bazel-checks:
47
runs-on: ubuntu-latest
48
steps:
0 commit comments