[openwrt/openwrt] CI: remove various tools from macOS
LEDE Commits
lede-commits at lists.infradead.org
Wed Jan 11 13:55:50 PST 2023
ansuel pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/11627f3ac19b022468e163836d88c76eb0d22a88
commit 11627f3ac19b022468e163836d88c76eb0d22a88
Author: Rosen Penev <rosenp at gmail.com>
AuthorDate: Fri Dec 30 18:58:19 2022 -0800
CI: remove various tools from macOS
zstd, openssl, and quilt are already built in tools/. No need to install
them.
The rest are unused.
Signed-off-by: Rosen Penev <rosenp at gmail.com>
---
.github/workflows/tools.yml | 8 +-------
1 file changed, 1 insertion(+), 7 deletions(-)
diff --git a/.github/workflows/tools.yml b/.github/workflows/tools.yml
index 19c11f03a6..61308603ee 100644
--- a/.github/workflows/tools.yml
+++ b/.github/workflows/tools.yml
@@ -54,19 +54,13 @@ jobs:
gnu-sed \
gnu-tar \
grep \
- libidn2 \
- libunistring \
m4 \
make \
mpfr \
ncurses \
- openssl at 1.1 \
pcre \
pkg-config \
- quilt \
- readline \
- wget \
- zstd
+ wget
echo "/bin" >> "$GITHUB_PATH"
echo "/sbin/Library/Apple/usr/bin" >> "$GITHUB_PATH"
More information about the lede-commits
mailing list