File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 11module (
22 name = "hermetic_cc_toolchain" ,
3- version = "3.0.1 " ,
3+ version = "3.1.0 " ,
44)
55
66bazel_dep (name = "platforms" , version = "0.0.8" )
Original file line number Diff line number Diff line change @@ -39,11 +39,11 @@ Add this to your `WORKSPACE`:
3939```
4040load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
4141
42- HERMETIC_CC_TOOLCHAIN_VERSION = "v3.0.1 "
42+ HERMETIC_CC_TOOLCHAIN_VERSION = "v3.1.0 "
4343
4444http_archive(
4545 name = "hermetic_cc_toolchain",
46- sha256 = "3bc6ec127622fdceb4129cb06b6f7ab098c4d539124dde96a6318e7c32a53f7a ",
46+ sha256 = "df091afc25d73b0948ed371d3d61beef29447f690508e02bc24e7001ccc12d38 ",
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),
Original file line number Diff line number Diff line change 33
44load ("@bazel_tools//tools/build_defs/repo:http.bzl" , "http_archive" )
55
6- HERMETIC_CC_TOOLCHAIN_VERSION = "v3.0.1 "
6+ HERMETIC_CC_TOOLCHAIN_VERSION = "v3.1.0 "
77
88http_archive (
99 name = "hermetic_cc_toolchain" ,
10- sha256 = "3bc6ec127622fdceb4129cb06b6f7ab098c4d539124dde96a6318e7c32a53f7a " ,
10+ sha256 = "df091afc25d73b0948ed371d3d61beef29447f690508e02bc24e7001ccc12d38 " ,
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 ),
You can’t perform that action at this time.
0 commit comments