bazel(ci): fix workflows
* Fix almalinux and rockylinux * Fix debian * Fix opensuse job * Fix macos bazel workfow
This commit is contained in:
committed by
Corentin Le Molgat
parent
85c64a815f
commit
5a564738aa
6
.github/workflows/amd64_macos_bazel.yml
vendored
6
.github/workflows/amd64_macos_bazel.yml
vendored
@@ -34,6 +34,12 @@ jobs:
|
||||
run: python --version
|
||||
- name: Check Bazel
|
||||
run: bazel version
|
||||
- name: Change Python in WORKSPACE
|
||||
run: >
|
||||
sed
|
||||
-i ''
|
||||
-e 's/\(DEFAULT_PYTHON =\) "3.[0-9]*"/\1 "${{ matrix.python.version }}"/g'
|
||||
WORKSPACE
|
||||
- name: Build
|
||||
run: >
|
||||
bazel build
|
||||
|
||||
Reference in New Issue
Block a user