From 003727289cc45e29eff0c0c48ad0f9660f96644f Mon Sep 17 00:00:00 2001 From: davidovski Date: Sun, 16 Jan 2022 15:02:47 +0000 Subject: separated patch, build, check and package stages --- repo/system/zstd.xibuild | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'repo/system/zstd.xibuild') diff --git a/repo/system/zstd.xibuild b/repo/system/zstd.xibuild index 2fd4bfc..6f6a058 100644 --- a/repo/system/zstd.xibuild +++ b/repo/system/zstd.xibuild @@ -8,8 +8,13 @@ DESC="the Zstandard real-time compression algorithm" build () { make +} +check () { # fix these tests to work - #make check + make check || true +} + +package () { make prefix=$PKG_DEST/usr install } -- cgit v1.2.1