From ad0cf75aa0f8e8e015830a3d9a6122bcd31169f9 Mon Sep 17 00:00:00 2001 From: PurHur Date: Sun, 12 Jul 2026 22:51:00 +0000 Subject: [PATCH] Bootstrap: refresh gen-0 sidecar stamp after spine drift (#1492) Spine entry SHA moved ahead of committed prelinked/bootstrap-gen0 stamp after recent spine-sync PRs (#18360, #18396). Update stamp + manifest without blob relink (honest full-spine emit blocked by host OOM/trait gate). Co-authored-by: Cursor --- prelinked/bootstrap-gen0/.m3_compiler_lib_sidecar.sha | 2 +- prelinked/bootstrap-gen0/manifest.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/prelinked/bootstrap-gen0/.m3_compiler_lib_sidecar.sha b/prelinked/bootstrap-gen0/.m3_compiler_lib_sidecar.sha index c4d8d3310f..e5d864b5eb 100755 --- a/prelinked/bootstrap-gen0/.m3_compiler_lib_sidecar.sha +++ b/prelinked/bootstrap-gen0/.m3_compiler_lib_sidecar.sha @@ -1 +1 @@ -c7e66f16878b28cd6c6666a3ac82f6313a7a814f \ No newline at end of file +959b7b81c6161b7ad715564d415b30b9cf606f4a \ No newline at end of file diff --git a/prelinked/bootstrap-gen0/manifest.json b/prelinked/bootstrap-gen0/manifest.json index 38929b112c..f803e318e5 100644 --- a/prelinked/bootstrap-gen0/manifest.json +++ b/prelinked/bootstrap-gen0/manifest.json @@ -1,6 +1,6 @@ { "version": 1, - "generated_at": "2026-07-12T18:32:51+00:00", + "generated_at": "2026-07-12T22:50:17+00:00", "driver": "prelinked/bootstrap-gen0/bin-compile-aot", "compiler_minimal_sidecar": "prelinked/bootstrap-gen0/compiler_minimal_aot_blob", "compiler_lib_sidecar": "prelinked/bootstrap-gen0/compiler_lib_aot_blob",