From 6e8421a81e71bacddbe0a36e75857508f56f654f Mon Sep 17 00:00:00 2001 From: osobh Date: Sat, 26 Sep 2026 08:27:09 -0500 Subject: [PATCH] build: record libc in the conformance probe's lockfile clawhdf5-format now depends on libc on Linux (huge-page advice for read buffers); the probe's committed lockfile picks that up. Co-Authored-By: Claude Opus 5.5 (1M context) --- conformance/probe/Cargo.lock | 1 + 1 file changed, 1 insertion(+) diff --git a/conformance/probe/Cargo.lock b/conformance/probe/Cargo.lock index 964e0ab..36cfe85 100644 --- a/conformance/probe/Cargo.lock +++ b/conformance/probe/Cargo.lock @@ -64,6 +64,7 @@ dependencies = [ "bzip2", "flate2", "libaec-sys", + "libc", "lz4_flex", "pco", "portable-atomic",