Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

upgrading to Bazel 7 #135

Merged
merged 2 commits into from
Dec 19, 2023
Merged

upgrading to Bazel 7 #135

merged 2 commits into from
Dec 19, 2023

Commits on Dec 19, 2023

  1. Finish migration to bzlmod

    - bump bazel to 6.4.0
    - bump rules_go, gazelle, platforms
    - enable bzlmod
    - clear WORKSPACE (cannot remove yet due to examples)
    - remove `gofmt`, #136
    - remove Go MacOS x86_64 tests, #10
    Motiejus Jakštys committed Dec 19, 2023
    Configuration menu
    Copy the full SHA
    98f5b5f View commit details
    Browse the repository at this point in the history
  2. upgrading to Bazel 7

    - `.bazelrc`: `sandbox_add_mount_pair=/tmp/zig-cache` (if you can) or
      `/tmp` (if not) is now required everywhere.
    - `.bazelrc` and `README`: remove deprecated/now-default flags.
    - `README`: add links to #10 and #83.
    - `README`: mention bzlmod.
    - `examples/*/.bazelrc`: make them the same for a better recommendation.
    
    Fixes #134.
    Motiejus Jakštys committed Dec 19, 2023
    Configuration menu
    Copy the full SHA
    cb428df View commit details
    Browse the repository at this point in the history