Skip to content

Commit

Permalink
ci(GitHub): don't test all packages to reduce the build time
Browse files Browse the repository at this point in the history
  • Loading branch information
adonis0147 committed Oct 22, 2024
1 parent 48af102 commit 42089c5
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,22 @@ jobs:
sed -i '/function install_packages/,/^}/ s/zsh//' devel/scripts/install.sh
cd devel/scripts
bash install.sh
packages=(
tzdb
m4
zlib
libdb
perl
autoconf
automake
libtool
make
pkg_config
cmake
ninja
)
bash install.sh "\${packages[@]}"
EOF
chmod 600 "$(pwd)"/.github/qemu/cloud-init/ssh/id_rsa
Expand Down

0 comments on commit 42089c5

Please sign in to comment.