We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 077df7c commit 8afabb7Copy full SHA for 8afabb7
build/setup-arm64
@@ -10,7 +10,9 @@ if [ "$TARGETARCH" = "arm64" ] ; then
10
curl -L https://ryanfortner.github.io/box64-debs/KEY.gpg | gpg --dearmor | tee /etc/apt/trusted.gpg.d/box64-debs-archive-keyring.gpg
11
12
apt-get update
13
- DEBIAN_FRONTEND=noninteractive apt-get install -y "$BOX64_PACKAGE"
+ DEBIAN_FRONTEND=noninteractive apt-get install -y \
14
+ "$BOX64_PACKAGE" \
15
+ libjemalloc2
16
17
apt-get clean
18
rm -rf /var/lib/apt/lists/*
0 commit comments