Speed up Punica compilation (#2632)

This commit is contained in:
Woosuk Kwon
2024-01-27 17:46:56 -08:00
committed by GitHub
parent 5f036d2bcc
commit f8ecb84c02
21 changed files with 100 additions and 22 deletions

View File

@@ -5,7 +5,7 @@
steps:
- label: ":docker: build image"
commands:
- "docker build --tag {{ docker_image }} --target test --progress plain ."
- "docker build --build-arg max_jobs=16 --tag {{ docker_image }} --target test --progress plain ."
- "docker push {{ docker_image }}"
env:
DOCKER_BUILDKIT: "1"