Skip to content

Commit

Permalink
required packages
Browse files Browse the repository at this point in the history
  • Loading branch information
hemnstill committed Jan 9, 2025
1 parent 06b88aa commit e270641
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion mysql/build_gnu.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ export DEBIAN_FRONTEND=noninteractive
echo "::group::install deps"

apt update
apt install -y build-essential cmake wget
apt install -y build-essential cmake wget pkg-config
apt install -y libaio-dev libudev-dev libssl-dev ncurses-dev libc6-dev

echo "::endgroup::"
Expand Down
2 changes: 1 addition & 1 deletion mysql/build_musl.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ echo "::group::install deps"

apk update
apk add --no-cache alpine-sdk linux-headers build-base autoconf cmake
apk add --no-cache libaio-dev eudev-dev openldap-dev openssl-dev openssl-libs-static ncurses-dev ncurses-static
apk add --no-cache libaio-dev libtirpc-dev eudev-dev openldap-dev openssl-dev openssl-libs-static ncurses-dev ncurses-static

echo "::endgroup::"

Expand Down

0 comments on commit e270641

Please sign in to comment.