forked from bazelbuild/bazelisk
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump go, rules_go, and bazel_gazelle (bazelbuild#403)
* Bump go version to latest (1.16.4 -> 1.19.3) * Also bump rules_go to v0.36.0 and bazel_gazelle to 0.28.0 Fixes MainStart signature for fuzzing compatibility in go 1.18+ bazel and upgrades to a compatible bazel_gazelle. * Remove workaround for binary paths introduced in 35d180f Removes the workaround introduced in 35d180f because the current version of rules_go correctly output the binaries in a flat directory. With the `*-for-npm` genrules, artifact conflict exceptions were occurring due to conflicts between `//:bazelisk-<os>-<arch>` and `//:bazelisk-<os>-<arch>-for-npm`. Lastly, this commit fixes the sources for `//:bazelisk-darwin-universal` to point to the not -for-npm srcs. Clean build output below showing the flattened output. ``` > bazel clean > bazel build //... INFO: Analyzed 23 targets (90 packages loaded, 12356 targets configured). INFO: Found 23 targets... INFO: Elapsed time: 75.366s, Critical Path: 73.16s INFO: 134 processes: 41 internal, 92 darwin-sandbox, 1 local. INFO: Build completed successfully, 134 total actions > tree bazel-bin/npm_package/ bazel-bin/npm_package/ ├── LICENSE ├── README.md ├── bazelisk-darwin_amd64 ├── bazelisk-darwin_arm64 ├── bazelisk-linux_amd64 ├── bazelisk-linux_arm64 ├── bazelisk-windows_amd64.exe ├── bazelisk.d.ts ├── bazelisk.js └── package.json 0 directories, 10 files ``` * Apply patch * Bump rules_go to 0.37.0
- Loading branch information
Showing
4 changed files
with
23 additions
and
63 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters