From 8e164474b4f9e54274c75c89a8a7680999e66346 Mon Sep 17 00:00:00 2001 From: Albert Astals Cid Date: Mon, 13 Oct 2025 11:33:34 +0200 Subject: [PATCH] CI: Try newer libjxl for ossfuzz --- autotests/ossfuzz/prepare_build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/autotests/ossfuzz/prepare_build.sh b/autotests/ossfuzz/prepare_build.sh index 80e505f..a3052e6 100755 --- a/autotests/ossfuzz/prepare_build.sh +++ b/autotests/ossfuzz/prepare_build.sh @@ -38,7 +38,7 @@ git clone --depth 1 -b v1.2.1 https://github.com/AOMediaCodec/libavif.git git clone --depth 1 https://github.com/strukturag/libde265.git git clone --depth 1 -b v2.5.3 https://github.com/uclouvain/openjpeg.git git clone --depth 1 https://github.com/strukturag/libheif.git -git clone --depth=1 --branch v0.11.x --recursive --shallow-submodules https://github.com/libjxl/libjxl.git +git clone --depth=1 --recursive --shallow-submodules https://github.com/libjxl/libjxl.git git clone --depth 1 https://github.com/LibRaw/LibRaw git clone --depth 1 https://github.com/mircomir/jxrlib.git git clone --depth 1 -b v2.6.0 https://github.com/cisco/openh264.git