From 7329bfb5f6f2b85d9974d2ee516232838ae36212 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=BD=D0=B0=D0=B1?= Date: Sun, 26 Nov 2023 01:55:49 +0100 Subject: [PATCH] Also build contrib on CI --- .build.yml | 2 ++ Makefile | 1 + 2 files changed, 3 insertions(+) diff --git a/.build.yml b/.build.yml index e7cd128..2699bad 100644 --- a/.build.yml +++ b/.build.yml @@ -22,9 +22,11 @@ tasks: sudo apt-get install -y libzfslinux-dev - build-gcc: | cd tzpfms + (cd src/bin/; ln -s ../../contrib/*.cpp .) make find out/ -maxdepth 1 -type f -exec readelf -d {} + | tee /dev/stderr | grep Shared | LC_ALL=C sort -u make clean + find src/bin/ -type l -delete - build-clang: | cd tzpfms CC=clang CXX=clang++ make diff --git a/Makefile b/Makefile index 7b9ca81..74c7ea4 100644 --- a/Makefile +++ b/Makefile @@ -67,6 +67,7 @@ endif .PHONY : all locales clean build shellcheck i-t dracut init.d-systemd manpages htmlpages +.SECONDARY : all : build locales manpages htmlpages shellcheck i-t init.d-systemd dracut