This commit is contained in:
parent
1b59b548fa
commit
7f73104db9
1 changed files with 7 additions and 1 deletions
|
|
@ -37,7 +37,13 @@ jobs:
|
|||
nodejs \
|
||||
clang lld libc++ \
|
||||
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.
|
||||
git config --global --add safe.directory '*'
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue