ci fix
All checks were successful
Deploy / build-deploy (push) Successful in 9m45s

This commit is contained in:
Jorijn van der Graaf 2026-08-05 05:17:25 +02:00
commit 7f73104db9

View file

@ -37,7 +37,13 @@ jobs:
nodejs \ nodejs \
clang lld libc++ \ clang lld libc++ \
wasi-libc wasi-libc++ wasi-libc++abi wasi-compiler-rt \ wasi-libc wasi-libc++ wasi-libc++abi wasi-compiler-rt \
git curl tar rsync zstd gzip jq openssl ffmpeg gnupg cmake git curl tar rsync zstd gzip jq openssl ffmpeg gnupg \
cmake make perl
# cmake/make/perl: the native server product pulls Crafter.Network,
# which builds msquic (ExternalBuilder::CMake) with quictls — CMake's
# default generator drives make, and quictls is an OpenSSL fork whose
# build system is perl. Dev machines have base-devel; this container
# does not.
# Container runs as root; workspace may be owned by another uid. # Container runs as root; workspace may be owned by another uid.
git config --global --add safe.directory '*' git config --global --add safe.directory '*'