fix(ci): add make to arm64 host tools for OpenSSL vendored build

openssl-src compiles OpenSSL from source and requires make.
The old Debian image had it; it was not carried over to the
Ubuntu 22.04 host tools list.
This commit is contained in:
Shaun Arman 2026-04-05 15:09:22 -05:00
parent fdbcee9fbd
commit 7ecf66a8cd

View File

@ -407,7 +407,7 @@ jobs:
run: |
# Step 1: Host tools + cross-compiler (all amd64, no multiarch yet)
apt-get update -qq
apt-get install -y -qq curl git gcc g++ patchelf pkg-config perl jq \
apt-get install -y -qq curl git gcc g++ make patchelf pkg-config perl jq \
gcc-aarch64-linux-gnu g++-aarch64-linux-gnu
# Step 2: Multiarch — Ubuntu uses ports.ubuntu.com for arm64,