Native ccache won't work if we insist on an architecture

This commit is contained in:
AnyOldName3 2025-09-03 22:04:39 +01:00
parent 3bf68d44b7
commit a4be773e9c
2 changed files with 2 additions and 10 deletions

View File

@ -1,7 +1,3 @@
#!/bin/sh -ex
if [[ "${MACOS_AMD64}" ]]; then
arch -x86_64 ccache -z -M "${CCACHE_SIZE}"
else
ccache -z -M "${CCACHE_SIZE}"
fi
ccache -z -M "${CCACHE_SIZE}"

View File

@ -1,7 +1,3 @@
#!/bin/sh -ex
if [[ "${MACOS_AMD64}" ]]; then
arch -x86_64 ccache -svv
else
ccache -svv
fi
ccache -svv