Skip to content

Commit

Permalink
Use new host constraints in @platforms
Browse files Browse the repository at this point in the history
Also updates to latest Stardoc version.

Addresses the rules_dotnet part of bazelbuild/bazel#21877.
  • Loading branch information
Wyverald committed Apr 25, 2024
1 parent 23a89c7 commit 1ad9d15
Show file tree
Hide file tree
Showing 12 changed files with 359 additions and 379 deletions.
7 changes: 4 additions & 3 deletions MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,14 @@ use_repo(runtime_packs_extension, "dotnet.runtime_packs")
apphost_packs_extension = use_extension("//dotnet/private/sdk/apphost_packs:dotnet.apphost_packs_extension.bzl", "apphost_packs_extension")
use_repo(apphost_packs_extension, "dotnet.apphost_packs")

bazel_dep(name = "bazel_skylib", version = "1.4.2")
bazel_dep(name = "platforms", version = "0.0.9")
bazel_dep(name = "bazel_skylib", version = "1.6.0")
bazel_dep(name = "platforms", version = "0.0.10")
bazel_dep(name = "stardoc", version = "0.6.2")

# Dev dependencies
bazel_dep(name = "rules_pkg", version = "0.10.1", dev_dependency = True)
bazel_dep(name = "gazelle", version = "0.33.0", dev_dependency = True, repo_name = "bazel_gazelle")
bazel_dep(name = "bazel_skylib_gazelle_plugin", version = "1.4.2", dev_dependency = True)
bazel_dep(name = "bazel_skylib_gazelle_plugin", version = "1.6.0", dev_dependency = True)
bazel_dep(name = "rules_cc", version = "0.0.9", dev_dependency = True)
bazel_dep(name = "aspect_bazel_lib", version = "1.34.5", dev_dependency = True)

Expand Down
60 changes: 29 additions & 31 deletions docs/csharp_binary.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 1ad9d15

Please sign in to comment.