Skip to content

Commit 07d4fca

Browse files
Format Bazel code (#1556)
Co-authored-by: enzyme-ci-bot[bot] <78882869+enzyme-ci-bot[bot]@users.noreply.github.com>
1 parent 6768b33 commit 07d4fca

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

deps/ReactantExtra/WORKSPACE

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -177,16 +177,16 @@ LLVM_TARGETS = [
177177

178178
http_archive(
179179
name = "rules_ml_toolchain",
180+
patch_cmds = [
181+
"""
182+
sed -i.bak0 "/D_FORTIFY_SOURCE/d" cc/features/BUILD third_party/gpus/crosstool/cc_toolchain_config.bzl.tpl
183+
""",
184+
],
180185
sha256 = "59d7eb36a02cbe3c2e2fa67fda5e8f1ab7e274bc4773bbd207c51fe199e11c19",
181186
strip_prefix = "rules_ml_toolchain-ffd9e3d7b84e43c2686c803cb08ce790ffd58baa",
182187
urls = [
183188
"https://github.com/google-ml-infra/rules_ml_toolchain/archive/ffd9e3d7b84e43c2686c803cb08ce790ffd58baa.tar.gz",
184189
],
185-
patch_cmds = [
186-
"""
187-
sed -i.bak0 "/D_FORTIFY_SOURCE/d" cc/features/BUILD third_party/gpus/crosstool/cc_toolchain_config.bzl.tpl
188-
"""
189-
]
190190
)
191191

192192
load("@enzyme_ad//third_party/jax:workspace.bzl", jax_workspace = "repo")

0 commit comments

Comments
 (0)