Files
wasmer/scripts/alpine-linux-install-deps.sh
Christoph Herzog 8eb7ab3bd9 build: Add alpine setup helper script + add pkgconfig
* Add a new alpine linux dependency install script.
* Use the script in CI to avoid duplication
* Add pkgconfig
2024-02-25 12:51:56 +01:00

8 lines
231 B
Bash
Executable File

#!/usr/bin/env sh
# Install package dependencies on Alpine linux.
#
# This script is used by the CI!
apk update
apk add build-base bash musl-dev curl tar make libtool libffi-dev gcc automake autoconf git openssl-dev g++ pkgconfig