aboutsummaryrefslogtreecommitdiff
path: root/.builds/openbsd.yml
diff options
context:
space:
mode:
Diffstat (limited to '.builds/openbsd.yml')
-rw-r--r--.builds/openbsd.yml6
1 files changed, 2 insertions, 4 deletions
diff --git a/.builds/openbsd.yml b/.builds/openbsd.yml
index a3e8811..c7abb32 100644
--- a/.builds/openbsd.yml
+++ b/.builds/openbsd.yml
@@ -2,15 +2,13 @@ image: openbsd/latest
sources:
- https://git.sr.ht/~mcf/cproc
- git://c9x.me/qbe.git
-packages:
-- gmake
tasks:
- setup: |
# avoid __asm__ on non __GNUC__ compilers
doas patch -d /usr/include < cproc/.builds/openbsd.diff
- build: |
- PATH=$HOME/qbe/obj:$PATH
- gmake -C qbe
+ PATH=$HOME/qbe:$PATH
+ make -C qbe
cd cproc
./configure
make all check bootstrap