Add ccache to amd (#5555)

This commit is contained in:
Simon Mo
2024-06-14 19:18:22 -05:00
committed by GitHub
parent f5bb85b435
commit bd7efe95d0
2 changed files with 5 additions and 1 deletions

View File

@@ -30,6 +30,7 @@ steps:
command: bash .buildkite/run-amd-test.sh "cd {{ (step.working_dir or default_working_dir) | safe }} ; {{ step.command or (step.commands | join(" ; ")) | safe }}"
env:
DOCKER_BUILDKIT: "1"
priority: 100
soft_fail: true
{% endif %}
{% endfor %}