]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
hwloc: Update to 2.9.3
authorMichael Tremer <michael.tremer@ipfire.org>
Thu, 21 Sep 2023 17:01:35 +0000 (17:01 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Thu, 21 Sep 2023 17:01:35 +0000 (17:01 +0000)
This patch also fixes the testsuite by disabling the gather topology
test which runs fine in the hosted build environment, but fails on my
own build VM.

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
hwloc/hwloc.nm

index a8b8b6137abbf07f6b77fcf1c00be9f8449e6caf..1583947cf2356002873d390a5fd07956c1f62fda 100644 (file)
@@ -4,7 +4,7 @@
 ###############################################################################
 
 name       = hwloc
-version    = %{ver_maj}.0
+version    = %{ver_maj}.3
 ver_maj    = 2.9
 release    = 1
 
@@ -39,9 +39,11 @@ build
        configure_options += \
                --enable-plugins
 
+       # Disable the gather-topology test which fails in the build environment
+       export HWLOC_TEST_GATHER_TOPOLOGY=0
+
        test
-               LD_LIBRARY_PATH="%{DIR_APP}/hwloc/.libs" \
-                       make check XFAIL_TESTS="test-gather-topology.sh"
+               make check LD_LIBRARY_PATH="%{DIR_APP}/hwloc/.libs"
        end
 end