Skip to content

Commit

Permalink
Add toolchain_utils@1.0.0-alpha.16 (#1270)
Browse files Browse the repository at this point in the history
Co-authored-by: Xùdōng Yáng <wyverald@gmail.com>
  • Loading branch information
mattyclarkson and Wyverald committed Jan 22, 2024
1 parent 3358385 commit 5ebf57f
Show file tree
Hide file tree
Showing 5 changed files with 679 additions and 0 deletions.
23 changes: 23 additions & 0 deletions modules/toolchain_utils/1.0.0-alpha.16/MODULE.bazel
@@ -0,0 +1,23 @@
module(
name = "toolchain_utils",
version = "1.0.0-alpha.16",
bazel_compatibility = [
">=7.0.0",
],
compatibility_level = 1,
)

bazel_dep(name = "bazel_skylib", version = "1.4.2")
bazel_dep(name = "platforms", version = "0.0.7")

triplet = use_repo_rule("//toolchain/local/triplet:defs.bzl", "toolchain_local_triplet")

triplet(
name = "local",
)

launcher = use_repo_rule("//toolchain/launcher:repository.bzl", "launcher")

launcher(
name = "launcher",
)

0 comments on commit 5ebf57f

Please sign in to comment.