Skip to content

Commit

Permalink
Publish uber/[email protected] (#1109)
Browse files Browse the repository at this point in the history
Co-authored-by: null <null>
  • Loading branch information
publish-to-bcr-bot[bot] authored Nov 9, 2023
1 parent 8dec588 commit 1474b6c
Show file tree
Hide file tree
Showing 4 changed files with 46 additions and 1 deletion.
28 changes: 28 additions & 0 deletions modules/hermetic_cc_toolchain/2.1.3/MODULE.bazel
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
module(
name = "hermetic_cc_toolchain",
version = "2.1.3",
)

bazel_dep(name = "platforms", version = "0.0.6")

bazel_dep(name = "rules_go", version = "0.41.0", dev_dependency = True)

go_sdk = use_extension(
"@rules_go//go:extensions.bzl",
"go_sdk",
dev_dependency = True,
)
use_repo(go_sdk, "go_default_sdk")

bazel_dep(name = "gazelle", version = "0.32.0", dev_dependency = True)

go_deps = use_extension(
"@gazelle//:extensions.bzl",
"go_deps",
dev_dependency = True,
)
go_deps.from_file(go_mod = "//:go.mod")
use_repo(
go_deps,
"com_github_bazelbuild_buildtools",
)
11 changes: 11 additions & 0 deletions modules/hermetic_cc_toolchain/2.1.3/presubmit.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
matrix:
platform:
- debian11
- ubuntu2004_arm64
- macos_arm64
tasks:
verify_targets:
name: Verify this module can be built as a depenedency of another module
platform: ${{ platform }}
build_targets:
- '@hermetic_cc_toolchain//toolchain/...'
5 changes: 5 additions & 0 deletions modules/hermetic_cc_toolchain/2.1.3/source.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"integrity": "sha256-pcrMv22G1PYK/UW1QaBcpMw/X1I67H0/dxHlhGAPsHU=",
"strip_prefix": "",
"url": "https://github.com/uber/hermetic_cc_toolchain/releases/download/v2.1.3/hermetic_cc_toolchain-v2.1.3.tar.gz"
}
3 changes: 2 additions & 1 deletion modules/hermetic_cc_toolchain/metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@
"github:uber/hermetic_cc_toolchain"
],
"versions": [
"2.1.2"
"2.1.2",
"2.1.3"
],
"yanked_versions": {}
}

0 comments on commit 1474b6c

Please sign in to comment.