5 Commits

Author SHA1 Message Date
Max Horn
3de619d29b deps: re-sign bundled zstd on macOS (#61355)
Some checks failed
Whitespace / Check whitespace (push) Has been cancelled
Rewriting the bundled zstd executables with install_name_tool
invalidates their existing signatures on macOS. Re-sign them ad
hoc after updating the rpath so the CLI remains launchable for Pkg
archive decompression.

Add a regression test that runs the bundled zstd executable
instead of only checking that libzstd can be loaded.

Fixes #61354 (but see discussion there as to whether it really does?)

Co-authored-by: Codex <codex@openai.com>

Co-authored-by: Codex <codex@openai.com>
2026-03-20 21:23:00 +01:00
Ian Butterworth
1a1270d977 Add missing exec paths to new Zstd_jll stdlib (#59198)
Some checks are pending
Whitespace / Check whitespace (push) Waiting to run
`Zstd_jll.zstd_path::String` is provided by the non-stdlib JLL, like for
all executable products, so not having this is breaking, I believe.

Also add a test to catch this for existing/new stdlibs.
2025-08-03 20:49:41 -04:00
Ian Butterworth
5610e21199 Fix and test stdlib JLL deps on Windows (#58560) 2025-06-08 06:29:56 -04:00
Ian Butterworth
e984c57381 Convert remaining JLL stdlibs to LazyLibraries (#58444)
Co-authored-by: Elliot Saba <staticfloat@gmail.com>
Co-authored-by: Mosè Giordano <765740+giordano@users.noreply.github.com>
2025-05-28 16:41:02 -04:00
Jameson Nash
f03e9c33c1 [deps] enable zstd support (#58344) 2025-05-20 16:54:18 -04:00