mirror of
https://github.com/zebrajr/tensorflow.git
synced 2026-01-15 12:15:41 +00:00
Update rules_ml_toolchain version to fix bazel coverage execution for Linux x86 tests.
PiperOrigin-RevId: 849278993
This commit is contained in:
committed by
TensorFlower Gardener
parent
1a2134472d
commit
e056c9bf04
1
.bazelrc
1
.bazelrc
@@ -162,6 +162,7 @@ common --incompatible_enforce_config_setting_visibility
|
|||||||
|
|
||||||
# TODO: Enable Bzlmod
|
# TODO: Enable Bzlmod
|
||||||
common --noenable_bzlmod
|
common --noenable_bzlmod
|
||||||
|
common --enable_workspace
|
||||||
|
|
||||||
common --incompatible_enable_cc_toolchain_resolution
|
common --incompatible_enable_cc_toolchain_resolution
|
||||||
common --repo_env USE_HERMETIC_CC_TOOLCHAIN=1
|
common --repo_env USE_HERMETIC_CC_TOOLCHAIN=1
|
||||||
|
|||||||
@@ -21,10 +21,10 @@ tf_http_archive(
|
|||||||
# Details: https://github.com/google-ml-infra/rules_ml_toolchain
|
# Details: https://github.com/google-ml-infra/rules_ml_toolchain
|
||||||
tf_http_archive(
|
tf_http_archive(
|
||||||
name = "rules_ml_toolchain",
|
name = "rules_ml_toolchain",
|
||||||
sha256 = "1c2c530a054e9e8b3c811ec21ed8a687fc865bec3abbc8ff65beb829b1d67ae4",
|
sha256 = "07802f21916a113be78ff2110891239bd5183ad09d8c42f6f9b04e4e0bfa5505",
|
||||||
strip_prefix = "rules_ml_toolchain-6734d2a174bf29e731d3f473743d1cc1a86100c3",
|
strip_prefix = "rules_ml_toolchain-802e0dbbcc3cd82ac5b0accbff6f95b70106d0d1",
|
||||||
urls = tf_mirror_urls(
|
urls = tf_mirror_urls(
|
||||||
"https://github.com/google-ml-infra/rules_ml_toolchain/archive/6734d2a174bf29e731d3f473743d1cc1a86100c3.tar.gz",
|
"https://github.com/google-ml-infra/rules_ml_toolchain/archive/802e0dbbcc3cd82ac5b0accbff6f95b70106d0d1.tar.gz",
|
||||||
),
|
),
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|||||||
@@ -108,10 +108,10 @@ def workspace():
|
|||||||
# Details: https://github.com/google-ml-infra/rules_ml_toolchain
|
# Details: https://github.com/google-ml-infra/rules_ml_toolchain
|
||||||
tf_http_archive(
|
tf_http_archive(
|
||||||
name = "rules_ml_toolchain",
|
name = "rules_ml_toolchain",
|
||||||
sha256 = "1c2c530a054e9e8b3c811ec21ed8a687fc865bec3abbc8ff65beb829b1d67ae4",
|
sha256 = "07802f21916a113be78ff2110891239bd5183ad09d8c42f6f9b04e4e0bfa5505",
|
||||||
strip_prefix = "rules_ml_toolchain-6734d2a174bf29e731d3f473743d1cc1a86100c3",
|
strip_prefix = "rules_ml_toolchain-802e0dbbcc3cd82ac5b0accbff6f95b70106d0d1",
|
||||||
urls = tf_mirror_urls(
|
urls = tf_mirror_urls(
|
||||||
"https://github.com/google-ml-infra/rules_ml_toolchain/archive/6734d2a174bf29e731d3f473743d1cc1a86100c3.tar.gz",
|
"https://github.com/google-ml-infra/rules_ml_toolchain/archive/802e0dbbcc3cd82ac5b0accbff6f95b70106d0d1.tar.gz",
|
||||||
),
|
),
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|||||||
6
third_party/xla/MODULE.bazel
vendored
6
third_party/xla/MODULE.bazel
vendored
@@ -45,9 +45,9 @@ bazel_dep(name = "rules_ml_toolchain")
|
|||||||
# echo "sha256-${HASH}"
|
# echo "sha256-${HASH}"
|
||||||
archive_override(
|
archive_override(
|
||||||
module_name = "rules_ml_toolchain",
|
module_name = "rules_ml_toolchain",
|
||||||
integrity = "sha256-HCxTCgVOnos8gR7CHtimh/yGW+w6u8j/Zb64KbHWeuQ=",
|
integrity = "sha256-B4AvIZFqETvnj/IRCJEjm9UYOtCdjEL2+bBOTgv6VQU=",
|
||||||
strip_prefix = "rules_ml_toolchain-6734d2a174bf29e731d3f473743d1cc1a86100c3",
|
strip_prefix = "rules_ml_toolchain-802e0dbbcc3cd82ac5b0accbff6f95b70106d0d1",
|
||||||
urls = ["https://github.com/google-ml-infra/rules_ml_toolchain/archive/6734d2a174bf29e731d3f473743d1cc1a86100c3.tar.gz"],
|
urls = ["https://github.com/google-ml-infra/rules_ml_toolchain/archive/802e0dbbcc3cd82ac5b0accbff6f95b70106d0d1.tar.gz"],
|
||||||
)
|
)
|
||||||
|
|
||||||
# TODO: Upstream the patch?
|
# TODO: Upstream the patch?
|
||||||
|
|||||||
6
third_party/xla/WORKSPACE
vendored
6
third_party/xla/WORKSPACE
vendored
@@ -9,10 +9,10 @@ load("//third_party:repo.bzl", "tf_http_archive", "tf_mirror_urls")
|
|||||||
# Details: https://github.com/google-ml-infra/rules_ml_toolchain
|
# Details: https://github.com/google-ml-infra/rules_ml_toolchain
|
||||||
tf_http_archive(
|
tf_http_archive(
|
||||||
name = "rules_ml_toolchain",
|
name = "rules_ml_toolchain",
|
||||||
sha256 = "1c2c530a054e9e8b3c811ec21ed8a687fc865bec3abbc8ff65beb829b1d67ae4",
|
sha256 = "07802f21916a113be78ff2110891239bd5183ad09d8c42f6f9b04e4e0bfa5505",
|
||||||
strip_prefix = "rules_ml_toolchain-6734d2a174bf29e731d3f473743d1cc1a86100c3",
|
strip_prefix = "rules_ml_toolchain-802e0dbbcc3cd82ac5b0accbff6f95b70106d0d1",
|
||||||
urls = tf_mirror_urls(
|
urls = tf_mirror_urls(
|
||||||
"https://github.com/google-ml-infra/rules_ml_toolchain/archive/6734d2a174bf29e731d3f473743d1cc1a86100c3.tar.gz",
|
"https://github.com/google-ml-infra/rules_ml_toolchain/archive/802e0dbbcc3cd82ac5b0accbff6f95b70106d0d1.tar.gz",
|
||||||
),
|
),
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|||||||
6
third_party/xla/workspace0.bzl
vendored
6
third_party/xla/workspace0.bzl
vendored
@@ -140,10 +140,10 @@ def workspace():
|
|||||||
if "rules_ml_toolchain" not in native.existing_rules():
|
if "rules_ml_toolchain" not in native.existing_rules():
|
||||||
tf_http_archive(
|
tf_http_archive(
|
||||||
name = "rules_ml_toolchain",
|
name = "rules_ml_toolchain",
|
||||||
sha256 = "1c2c530a054e9e8b3c811ec21ed8a687fc865bec3abbc8ff65beb829b1d67ae4",
|
sha256 = "07802f21916a113be78ff2110891239bd5183ad09d8c42f6f9b04e4e0bfa5505",
|
||||||
strip_prefix = "rules_ml_toolchain-6734d2a174bf29e731d3f473743d1cc1a86100c3",
|
strip_prefix = "rules_ml_toolchain-802e0dbbcc3cd82ac5b0accbff6f95b70106d0d1",
|
||||||
urls = tf_mirror_urls(
|
urls = tf_mirror_urls(
|
||||||
"https://github.com/google-ml-infra/rules_ml_toolchain/archive/6734d2a174bf29e731d3f473743d1cc1a86100c3.tar.gz",
|
"https://github.com/google-ml-infra/rules_ml_toolchain/archive/802e0dbbcc3cd82ac5b0accbff6f95b70106d0d1.tar.gz",
|
||||||
),
|
),
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user