Speed up arm64 builds

This is the dependency that takes so long to compile that it dominated every other part of the build time.

It's a ~12 MiB wheel when we compile from the latest source.
This commit is contained in:
tcely 2025-03-05 08:51:47 -05:00 committed by GitHub
parent eea696825d
commit a00f3e8d65
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -275,6 +275,7 @@ RUN --mount=type=cache,id=apt-lib-cache,sharing=locked,target=/var/lib/apt \
pipenv \
pkgconf \
python3 \
python3-libsass \
python3-wheel \
curl \
less \