[linux-nfc] [neard][PATCH 8/8] ci: group package installation on Alpine
Krzysztof Kozlowski <[email protected]> Wed, 22 Sep 2021 18:11:13 +0200
| Newsgroups | org.01.lists.linux-nfc,dev.linux.lists.oe-linux-nfc |
|---|---|
| Message-ID | <[email protected]> |
Signed-off-by: Krzysztof Kozlowski <[email protected]> --- ci/alpine.sh | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/ci/alpine.sh b/ci/alpine.sh index bf87068228f3..550bf86370bf 100755 --- a/ci/alpine.sh +++ b/ci/alpine.sh @@ -20,6 +20,9 @@ case $CC in ;; esac +# Packages needed by CI +PKGS_MORE="file" + # gzip: for distcheck apk add \ autoconf \ @@ -34,10 +37,7 @@ apk add \ make \ musl-dev \ pkgconfig \ - $PKGS_CC - -# Packages needed by CI -apk add \ - file + $PKGS_CC \ + $PKGS_MORE echo "Install finished: $0" -- 2.30.2 _______________________________________________ Linux-nfc mailing list -- [email protected] To unsubscribe send an email to [email protected] %(web_page_url)slistinfo%(cgiext)s/%(_internal_name)s