From 58e85fe37314c35fdbb8d239ab599402d2ce01f3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C3=ABl=20Zasso?= Date: Mon, 23 Dec 2024 09:10:08 +0100 Subject: [PATCH] lookup: skip pino on ppc64le It needs to run `pkg` in the tests, which doesn't have prebuilt binaries for this platform. --- lib/lookup.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/lookup.json b/lib/lookup.json index abd3399e..8882bf47 100644 --- a/lib/lookup.json +++ b/lib/lookup.json @@ -338,7 +338,7 @@ "prefix": "v", "maintainers": "mcollina", "scripts": ["test-ci"], - "skip": ["aix", "s390x"] + "skip": ["aix", "ppc64le", "s390x"] }, "prom-client": { "prefix": "v",