Skip to content

Commit

Permalink
Update bazel version
Browse files Browse the repository at this point in the history
  • Loading branch information
pjreiniger committed Jul 25, 2023
1 parent 2be9490 commit 2e8acae
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .bazelversion
Original file line number Diff line number Diff line change
@@ -1 +1 @@
6.2.1
6.3.0
20 changes: 10 additions & 10 deletions .github/workflows/bazel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,20 +12,20 @@ jobs:
fail-fast: false
matrix:
include:
- { name: "Windows (native)", os: windows-2019, action: "test", config: "--config=windows", }
- { name: "Windows (bzlmod)", os: windows-2019, action: "test", config: "--config=windows --enable_bzlmod", }
- { name: "Windows (native)", os: windows-2022, action: "test", config: "--config=windows", }
- { name: "Windows (bzlmod)", os: windows-2022, action: "test", config: "--config=windows --enable_bzlmod", }

- { name: "Windows (roborio)", os: windows-2019, action: "build", config: "--config=roborio", }
# - { name: "Windows (roborio bzlmod)", os: windows-2019, action: "build", config: "--config=roborio --enable_bzlmod", }
- { name: "Windows (roborio)", os: windows-2022, action: "build", config: "--config=roborio", }
- { name: "Windows (roborio bzlmod)", os: windows-2022, action: "build", config: "--config=roborio --enable_bzlmod", }

- { name: "Windows (bullseye32)", os: windows-2019, action: "build", config: "--config=bullseye32", }
- { name: "Windows (bullseye32 bzlmod)", os: windows-2019, action: "build", config: "--config=bullseye32 --enable_bzlmod", }
- { name: "Windows (bullseye32)", os: windows-2022, action: "build", config: "--config=bullseye32", }
- { name: "Windows (bullseye32 bzlmod)", os: windows-2022, action: "build", config: "--config=bullseye32 --enable_bzlmod", }

- { name: "Windows (bullseye64)", os: windows-2019, action: "build", config: "--config=bullseye64", }
- { name: "Windows (bullseye64 bzlmod)", os: windows-2019, action: "build", config: "--config=bullseye64 --enable_bzlmod", }
- { name: "Windows (bullseye64)", os: windows-2022, action: "build", config: "--config=bullseye64", }
- { name: "Windows (bullseye64 bzlmod)", os: windows-2022, action: "build", config: "--config=bullseye64 --enable_bzlmod", }

- { name: "Windows (raspi32)", os: windows-2019, action: "build", config: "--config=raspi32", }
- { name: "Windows (raspi32 bzlmod)", os: windows-2019, action: "build", config: "--config=raspi32 --enable_bzlmod", }
- { name: "Windows (raspi32)", os: windows-2022, action: "build", config: "--config=raspi32", }
- { name: "Windows (raspi32 bzlmod)", os: windows-2022, action: "build", config: "--config=raspi32 --enable_bzlmod", }

name: "Build ${{ matrix.name }}"
runs-on: ${{ matrix.os }}
Expand Down

0 comments on commit 2e8acae

Please sign in to comment.