Radish alpha
H
rad:z3QDZAW2FAfuLvihrhiyDC9fAD8G9
HardenedBSD Package Manager
Radicle
Git
ABI: fix test of altabi on arm64
Baptiste Daroussin committed 3 months ago
commit 8d9abfbd487989aa65b4e61a8c85c7a03d0d085b
parent 5a98c3f
1 file changed +1 -0
modified tests/frontend/abi.sh
@@ -29,6 +29,7 @@ native_body() {
			version=$(freebsd-version -u | cut -d. -f1)
			thisarch=$(echo "${thisarch}" | sed s/x86_64/amd64/)
			thisabi=$(echo "${thisarch}" | sed s/amd64/x86:64/)
+
			thisabi=$(echo "${thisarch}" | sed s/amd64/aarch64:64/)
			;;
		*)
			version=$(uname -r | cut -d. -f1)