summaryrefslogtreecommitdiff
path: root/test cases/frameworks
diff options
context:
space:
mode:
authorEli Schwartz <eschwartz93@gmail.com>2024-01-31 23:12:30 -0500
committerEli Schwartz <eschwartz93@gmail.com>2024-01-31 23:12:30 -0500
commitb50dd0607d7731308533538efce134a2bde077a2 (patch)
tree69df4feb0a599bb4210712a9880746620f401a6c /test cases/frameworks
parentf5da446bb91f33cb0a67f95d08da70ce12fa042f (diff)
downloadmeson-b50dd0607d7731308533538efce134a2bde077a2.tar.gz
CI: mark hdf5 as inaccessible on macOS with config-tool instead of pkg-config
It is broken with the cmake build. With the previous commit, it now shows the former as UNEXSKIP instead of ERROR.
Diffstat (limited to 'test cases/frameworks')
-rw-r--r--test cases/frameworks/25 hdf5/test.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/test cases/frameworks/25 hdf5/test.json b/test cases/frameworks/25 hdf5/test.json
index dd073ece9..e42be3d65 100644
--- a/test cases/frameworks/25 hdf5/test.json
+++ b/test cases/frameworks/25 hdf5/test.json
@@ -2,8 +2,8 @@
"matrix": {
"options": {
"method": [
- { "val": "pkg-config", "skip_on_jobname": ["macos"] },
- { "val": "config-tool" }
+ { "val": "pkg-config" },
+ { "val": "config-tool", "skip_on_jobname": ["macos"] }
]
}
},