-
Notifications
You must be signed in to change notification settings - Fork 97
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
bzlmod: move things from WORKSPACE.bzlmod to MODULE.bazel (#7647)
Introduce an extension that wrap around our install_static_dependencies macro so that we can load all those deps from MODULE.bazel file. Moved the remaining standalone http_archive and http_file to MODULE.bazel. Moved register_toolchains call to MODULE.bazel. Remove unused all_content variables in both WORKSPACE files. Remove sh_toolchain. We needed a custom sh_toolchain for rbe due to the issue reported in aspect-build/rules_swc#20. Now that we have upgraded rules_swc, we should be able to build without an explicit sh_toolchain registered.
- Loading branch information
Showing
5 changed files
with
65 additions
and
50 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
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