File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -177,16 +177,16 @@ LLVM_TARGETS = [
177
177
178
178
http_archive (
179
179
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
+ ],
180
185
sha256 = "59d7eb36a02cbe3c2e2fa67fda5e8f1ab7e274bc4773bbd207c51fe199e11c19" ,
181
186
strip_prefix = "rules_ml_toolchain-ffd9e3d7b84e43c2686c803cb08ce790ffd58baa" ,
182
187
urls = [
183
188
"https://github.com/google-ml-infra/rules_ml_toolchain/archive/ffd9e3d7b84e43c2686c803cb08ce790ffd58baa.tar.gz" ,
184
189
],
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
- ]
190
190
)
191
191
192
192
load ("@enzyme_ad//third_party/jax:workspace.bzl" , jax_workspace = "repo" )
You can’t perform that action at this time.
0 commit comments