Skip to content

Commit c8eced2

Browse files
committed
Releasing hermetic_cc_toolchain v3.0.0
1 parent ff7d216 commit c8eced2

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

MODULE.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module(
22
name = "hermetic_cc_toolchain",
3-
version = "2.2.1",
3+
version = "3.0.0",
44
)
55

66
bazel_dep(name = "platforms", version = "0.0.8")

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,11 +39,11 @@ Add this to your `WORKSPACE`:
3939
```
4040
load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
4141
42-
HERMETIC_CC_TOOLCHAIN_VERSION = "v2.2.1"
42+
HERMETIC_CC_TOOLCHAIN_VERSION = "v3.0.0"
4343
4444
http_archive(
4545
name = "hermetic_cc_toolchain",
46-
sha256 = "3b8107de0d017fe32e6434086a9568f97c60a111b49dc34fc7001e139c30fdea",
46+
sha256 = "fe00bd126e57a4c3fec4efa620bf074e3d1f1fbd70b75113ca56a010d7a70d93",
4747
urls = [
4848
"https://mirror.bazel.build/github.com/uber/hermetic_cc_toolchain/releases/download/{0}/hermetic_cc_toolchain-{0}.tar.gz".format(HERMETIC_CC_TOOLCHAIN_VERSION),
4949
"https://github.com/uber/hermetic_cc_toolchain/releases/download/{0}/hermetic_cc_toolchain-{0}.tar.gz".format(HERMETIC_CC_TOOLCHAIN_VERSION),

examples/rules_cc/WORKSPACE

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@
33

44
load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
55

6-
HERMETIC_CC_TOOLCHAIN_VERSION = "v2.2.1"
6+
HERMETIC_CC_TOOLCHAIN_VERSION = "v3.0.0"
77

88
http_archive(
99
name = "hermetic_cc_toolchain",
10-
sha256 = "3b8107de0d017fe32e6434086a9568f97c60a111b49dc34fc7001e139c30fdea",
10+
sha256 = "fe00bd126e57a4c3fec4efa620bf074e3d1f1fbd70b75113ca56a010d7a70d93",
1111
urls = [
1212
"https://mirror.bazel.build/github.com/uber/hermetic_cc_toolchain/releases/download/{0}/hermetic_cc_toolchain-{0}.tar.gz".format(HERMETIC_CC_TOOLCHAIN_VERSION),
1313
"https://github.com/uber/hermetic_cc_toolchain/releases/download/{0}/hermetic_cc_toolchain-{0}.tar.gz".format(HERMETIC_CC_TOOLCHAIN_VERSION),

0 commit comments

Comments
 (0)