builds: install correct gcc package on OpenBSD

This commit is contained in:
Jeremy Baxter 2024-05-28 12:45:59 +12:00
parent cdb477b798
commit a67c7d3eee

View file

@ -1,7 +1,5 @@
--- ---
image: openbsd/latest image: openbsd/latest
packages:
- gcc-11.2.0p9
sources: sources:
- "https://git.sr.ht/~jeremy/callisto" - "https://git.sr.ht/~jeremy/callisto"
tasks: tasks:
@ -11,6 +9,7 @@ tasks:
make make
make clean make clean
- build-gcc: | - build-gcc: |
doas pkg_add "$(pkg_info -Q gcc | grep -E '^gcc-1.+' | head -n1)"
cd callisto cd callisto
./configure -c egcc ./configure -c egcc
make make