From a67c7d3eee2817ef9cf97b580b40a4a9028fff94 Mon Sep 17 00:00:00 2001 From: Jeremy Baxter Date: Tue, 28 May 2024 12:45:59 +1200 Subject: [PATCH] builds: install correct gcc package on OpenBSD --- .builds/openbsd.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.builds/openbsd.yml b/.builds/openbsd.yml index 5b3be24..199061d 100644 --- a/.builds/openbsd.yml +++ b/.builds/openbsd.yml @@ -1,7 +1,5 @@ --- image: openbsd/latest -packages: - - gcc-11.2.0p9 sources: - "https://git.sr.ht/~jeremy/callisto" tasks: @@ -11,6 +9,7 @@ tasks: make make clean - build-gcc: | + doas pkg_add "$(pkg_info -Q gcc | grep -E '^gcc-1.+' | head -n1)" cd callisto ./configure -c egcc make