Skip to content

Commit 8ad2892

Browse files
committed
Install Perl for vendored OpenSSL builds
1 parent 9872234 commit 8ad2892

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

scripts/setup-cross-compilation.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ BUILDARCH="$2"
66
BINDGEN_EXTRA_CLANG_ARGS=""
77

88
apt-get update
9+
apt-get install -y perl
910

1011
if [ "$TARGETARCH" = "$BUILDARCH" ]; then
1112
TARGET="$(rustup target list --installed | head -n1)"

0 commit comments

Comments
 (0)