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:
parent
fdbcee9fbd
commit
7ecf66a8cd
@ -407,7 +407,7 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
# Step 1: Host tools + cross-compiler (all amd64, no multiarch yet)
|
# Step 1: Host tools + cross-compiler (all amd64, no multiarch yet)
|
||||||
apt-get update -qq
|
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
|
gcc-aarch64-linux-gnu g++-aarch64-linux-gnu
|
||||||
|
|
||||||
# Step 2: Multiarch — Ubuntu uses ports.ubuntu.com for arm64,
|
# Step 2: Multiarch — Ubuntu uses ports.ubuntu.com for arm64,
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user