From 79fa009e023cd220702b82b76ead6140d2872f6b Mon Sep 17 00:00:00 2001 From: Sam James Date: Fri, 24 Oct 2025 18:14:26 +0100 Subject: tests: don't skip HDF5 for Gentoo anymore Stable HDF5 has a fixed .pc file, but we need to enable hdf5[cxx] for H5Cpp.h. --- ci/ciimage/gentoo/install.sh | 1 + test cases/frameworks/25 hdf5/test.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/ci/ciimage/gentoo/install.sh b/ci/ciimage/gentoo/install.sh index b45fb97d7..9a4d2b958 100755 --- a/ci/ciimage/gentoo/install.sh +++ b/ci/ciimage/gentoo/install.sh @@ -115,6 +115,7 @@ cat <<-EOF > /etc/portage/package.use/ci dev-lang/rust clippy rustfmt dev-lang/rust-bin clippy rustfmt dev-libs/boost python + sci-libs/hdf5 cxx # slimmed binpkg, nomesa media-libs/libsdl2 -opengl -wayland -alsa -dbus -gles2 -udev -vulkan diff --git a/test cases/frameworks/25 hdf5/test.json b/test cases/frameworks/25 hdf5/test.json index 2448f5742..5243d5406 100644 --- a/test cases/frameworks/25 hdf5/test.json +++ b/test cases/frameworks/25 hdf5/test.json @@ -2,7 +2,7 @@ "matrix": { "options": { "method": [ - { "val": "pkg-config", "expect_skip_on_jobname": ["linux-gentoo-gcc"] }, + { "val": "pkg-config" }, { "val": "config-tool" } ] } -- cgit v1.2.3