ci: test reproducible builds on different Linux systems

macOS is not working reliably at the moment.
This commit is contained in:
Malte Poll 2023-12-11 08:59:19 +01:00
parent 1d6e5ca3ea
commit 1209d597d8

View File

@ -17,7 +17,7 @@ jobs:
- "cli_enterprise_linux_amd64"
- "cli_enterprise_linux_arm64"
- "cli_enterprise_windows_amd64"
runner: ["ubuntu-22.04", "macos-13"]
runner: ["ubuntu-22.04", "ubuntu-20.04"]
env:
bazel_target: "//cli:${{ matrix.target }}"
binary: "${{ matrix.target }}-${{ matrix.runner }}"
@ -34,10 +34,6 @@ jobs:
useCache: "logs"
buildBuddyApiKey: ${{ secrets.BUILDBUDDY_ORG_API_KEY }}
- name: Install current Bash on macOS
if: runner.os == 'macOS'
run: brew install bash
- name: Build
shell: bash
run: bazel build "${bazel_target}"