Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .bazelrc
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ common --incompatible_strict_action_env
common --test_output=errors

# https://github.com/bazelbuild/bazel/issues/25145
info --platforms=
info --platforms=@platforms//host

common --platforms=@mojo_host_platform
common --host_platform=@mojo_host_platform
15 changes: 5 additions & 10 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,22 +17,17 @@ jobs:
- macos-15
- ubuntu-latest
bazel:
- version: latest
extra_info_flags: ""
- version: last_rc
extra_info_flags: ""
- version: last_green
# https://github.com/bazelbuild/bazel/issues/25145
extra_info_flags: "--noincompatible_target_cpu_from_platform"
- latest
- last_rc
- last_green
fail-fast: false
runs-on: ${{ matrix.os }}
name: test (${{ matrix.os }}, ${{ matrix.bazel.version }})
env:
USE_BAZEL_VERSION: ${{ matrix.bazel.version }}
USE_BAZEL_VERSION: ${{ matrix.bazel }}
steps:
- uses: actions/checkout@v4
- name: Bazel Info
run: |
bazel version
bazel info ${{ matrix.bazel.extra_info_flags }}
bazel info
- run: bazel test //...