From 1af0e28cdf56f69a112ef5f63434cb002a750795 Mon Sep 17 00:00:00 2001 From: "enzyme-ci-bot[bot]" <78882869+enzyme-ci-bot[bot]@users.noreply.github.com> Date: Sat, 18 Oct 2025 00:19:34 +0000 Subject: [PATCH] Format Bazel code --- deps/ReactantExtra/WORKSPACE | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/deps/ReactantExtra/WORKSPACE b/deps/ReactantExtra/WORKSPACE index 66adb0ab58..7a06caeac6 100644 --- a/deps/ReactantExtra/WORKSPACE +++ b/deps/ReactantExtra/WORKSPACE @@ -1,9 +1,11 @@ load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive") NSYNC_COMMIT = "82b118aa7ace3132e517e2c467f8732978cf4023" + NSYNC_SHA256 = "" ENZYMEXLA_COMMIT = "6137ac98e710adf6f4e953bf441db4e25b2db40f" + ENZYMEXLA_SHA256 = "" http_archive( @@ -34,7 +36,7 @@ LLVM_TARGETS = [ "AArch64", "X86", "ARM", -] +] #+ [ # "PowerPC", # "SystemZ"