From 387cce061b4291c6baf883a432048b02c6872c9e Mon Sep 17 00:00:00 2001 From: Alex Zenla Date: Thu, 21 Mar 2024 21:44:37 +0000 Subject: [PATCH] ci: install aarch64 gcc --- hack/ci/install-deps.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/hack/ci/install-deps.sh b/hack/ci/install-deps.sh index 0343422..5d45ae7 100755 --- a/hack/ci/install-deps.sh +++ b/hack/ci/install-deps.sh @@ -4,6 +4,7 @@ set -e sudo apt-get update sudo apt-get install -y \ build-essential libssl-dev libelf-dev musl-dev \ - flex bison bc protobuf-compiler musl-tools qemu-utils + flex bison bc protobuf-compiler musl-tools qemu-utils gcc-aarch64-linux-gnu + sudo gem install --no-document fpm cargo install cross --git https://github.com/cross-rs/cross