From 5e6aa45658ef1482679bfe3cfdbd344c0dfdcd42 Mon Sep 17 00:00:00 2001 From: Jan Beich Date: Sun, 4 Jun 2023 15:37:39 +0000 Subject: [PATCH] CI: temporarily switch FreeBSD to /quarterly packages llvm16 failed to build on /latest, so the package is missing atm. As builds are automatic this will resolve itself in a few days. --- .ci/install-freebsd.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.ci/install-freebsd.sh b/.ci/install-freebsd.sh index 2a63e5ddfc..8f0efd306b 100755 --- a/.ci/install-freebsd.sh +++ b/.ci/install-freebsd.sh @@ -3,7 +3,7 @@ # shellcheck shell=sh disable=SC2096 # RPCS3 often needs recent Qt5 and Vulkan-Headers -sed -i '' 's/quarterly/latest/' /etc/pkg/FreeBSD.conf +#sed -i '' 's/quarterly/latest/' /etc/pkg/FreeBSD.conf export ASSUME_ALWAYS_YES=true pkg info # debug