Compare commits

...

2 Commits

Author SHA1 Message Date
9ccd78d497 Merge pull request 'fix(ci): add make to arm64 host tools for OpenSSL vendored build' (#15) from fix/arm64-missing-make into master
Some checks failed
Auto Tag / wiki-sync (push) Successful in 1m11s
Auto Tag / autotag (push) Successful in 1m14s
Auto Tag / build-windows-amd64 (push) Successful in 15m16s
Auto Tag / build-macos-arm64 (push) Successful in 8m1s
Auto Tag / build-linux-amd64 (push) Successful in 27m35s
Auto Tag / build-linux-arm64 (push) Failing after 28m23s
Reviewed-on: #15
2026-04-05 20:10:50 +00:00
Shaun Arman
b214ac7e6a fix(ci): add make to arm64 host tools for OpenSSL vendored build
Some checks failed
Test / rust-fmt-check (pull_request) Has been cancelled
Test / rust-tests (pull_request) Has been cancelled
Test / frontend-tests (pull_request) Has been cancelled
Test / rust-clippy (pull_request) Has been cancelled
Test / frontend-typecheck (pull_request) Has been cancelled
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.
2026-04-05 15:09:22 -05:00

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,