-
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.
Minor fixes to align project with BCR
- Loading branch information
1 parent
1d66a62
commit b94b64e
Showing
3 changed files
with
13 additions
and
17 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,33 +1,29 @@ | ||
module( | ||
name = "rules_cc_hdrs_map", | ||
version = "0.0.1", | ||
version = "0.0.2", | ||
) | ||
|
||
# This project does not rely on any dependencies to function properly. | ||
# Entries below are solely for the purposes of development. | ||
bazel_dep( | ||
name = "bazel_skylib", | ||
dev_dependency = True, | ||
version = "1.2.1", | ||
version = "1.3.0", | ||
) | ||
bazel_dep( | ||
name = "stardoc", | ||
dev_dependency = True, | ||
version = "0.5.2", | ||
version = "0.5.3", | ||
) | ||
|
||
# Pathetic | ||
# 'The MODULE.bazel file of rules_cc_hdrs_map@_ declares overrides' if used by other module | ||
# | ||
# TODO: Stardoc fails when running with bzlmod | ||
# archive_override( | ||
# integrity = "sha256-BftXu0rWijYEcEIKO29TF+T3IoOavFsX7E747UZaqkc=", | ||
# module_name = "stardoc", | ||
# patches = [ | ||
# "//:patches/000-modularize-stardoc.patch", | ||
# ], | ||
# urls = ["https://github.com/bazelbuild/stardoc/releases/download/0.5.2/stardoc-0.5.2.tar.gz"], | ||
# integrity = "sha256-BftXu0rWijYEcEIKO29TF+T3IoOavFsX7E747UZaqkc=", | ||
# module_name = "stardoc", | ||
# patches = [ | ||
# "//:patches/000-modularize-stardoc.patch", | ||
# ], | ||
# urls = ["https://github.com/bazelbuild/stardoc/releases/download/0.5.2/stardoc-0.5.2.tar.gz"], | ||
# ) | ||
# | ||
# stardoc_ext = use_extension("@stardoc//:setup.bzl", "stardoc_ext") | ||
# | ||
# use_repo(stardoc_ext, "rules_java") |
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