builds: install correct gcc package on OpenBSD
This commit is contained in:
parent
cdb477b798
commit
a67c7d3eee
1 changed files with 1 additions and 2 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue