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

Conversation

motiejus
Copy link
Collaborator

The top-level project itself is not bzlmod yet, because that's book-keeping (it can already be used with bzlmod, so this is purely book-keeping). We can tackle this out of band with dependency updates.

Fixes #134

README.md Outdated
```

The directories can be narrowed down to `/tmp/zig-cache` and
`C:\Temp\hermetic_cc_toolchain` respectively it can be ensured they will be
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

if it can be ensured?

@ghost ghost force-pushed the motiejus-bazel7 branch 5 times, most recently from 20f3ad0 to d6f4ee4 Compare December 15, 2023 09:20
MODULE.bazel Show resolved Hide resolved
Motiejus Jakštys added 2 commits December 19, 2023 15:21
- 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
- `.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 motiejus merged commit 762c2cb into main Dec 19, 2023
4 checks passed
@motiejus motiejus deleted the motiejus-bazel7 branch December 19, 2023 13:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Long link times with --incompatible_sandbox_hermetic_tmp
3 participants