From 7d7c124ada0634e82ea672247d1b88fb0ef43173 Mon Sep 17 00:00:00 2001 From: Tarry Singh Date: Tue, 7 Oct 2025 10:18:40 +0000 Subject: [PATCH] runtimes/cpu: update Darwin arm64 PJRT tarball checksum to match v13.0.0, enabling Bazel fetch on macOS arm64 --- runtimes/cpu/cpu.bzl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runtimes/cpu/cpu.bzl b/runtimes/cpu/cpu.bzl index dbc69d7..2a095f4 100644 --- a/runtimes/cpu/cpu.bzl +++ b/runtimes/cpu/cpu.bzl @@ -37,7 +37,7 @@ def _cpu_pjrt_plugin_impl(mctx): http_archive( name = "libpjrt_cpu_darwin_arm64", build_file_content = _BUILD_FILE_DEFAULT_VISIBILITY + _BUILD_DARWIN, - sha256 = "e54bc3c3b71313c49e38fc342851bffe2cd3a55e3990839947d49496a1a71270", + sha256 = "a6354bfed828a011e6d809eda2230e10c40c80044c67fe618b2a9615c047f092", url = "https://github.com/zml/pjrt-artifacts/releases/download/v13.0.0/pjrt-cpu_darwin-arm64.tar.gz", )