Lines Matching +full:runs +full:- +full:on
3 on:
8 bazel-build-check:
12 os: [ubuntu-latest, macos-latest]
13 fail-fast: false
14 runs-on: ${{ matrix.os }}
16 - name: Checkout
19 fetch-depth: 0
20 - name: Get Bazel
21 uses: bazel-contrib/setup-bazel@0.9.0
24 bazelisk-cache: true
26 disk-cache: ${{ github.workflow }}
28 repository-cache: true
30 - name: Setup Python
31 uses: actions/setup-python@v5
33 python-version: '3.10'
34 - name: Fetch latest Picotool
39 fetch-depth: 0
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
46 other-bazel-checks:
47 runs-on: ubuntu-latest
49 - name: Checkout
52 fetch-depth: 0
53 - name: Get Bazel
54 uses: bazel-contrib/setup-bazel@0.9.0
57 bazelisk-cache: true
59 disk-cache: ${{ github.workflow }}
61 repository-cache: true
63 - name: Setup Python
64 uses: actions/setup-python@v5
66 python-version: '3.10'
67 - name: Fetch latest Picotool
72 fetch-depth: 0
74 - name: Other Bazel checks
75 run: python3 tools/run_all_bazel_checks.py --program=other --picotool-dir=lib/picotool