commit 6df6c08d9dcba8d7bd6fe4c314aa0373b702ba50
parent 1a8d90e7250d44be627358cf524a69daf18d2238
Author: Drew DeVault <sir@cmpwn.com>
Date: Mon, 16 Aug 2021 10:08:46 +0200
.builds/alpine.yml: ditch cproc
This is broken due to cproc issues, not ours.
Signed-off-by: Drew DeVault <sir@cmpwn.com>
Diffstat:
1 file changed, 0 insertions(+), 16 deletions(-)
diff --git a/.builds/alpine.yml b/.builds/alpine.yml
@@ -1,18 +1,12 @@
image: alpine/latest
sources:
- https://git.sr.ht/~sircmpwn/harec
-- https://git.sr.ht/~mcf/cproc
- https://git.sr.ht/~sircmpwn/qbe
tasks:
- qbe: |
cd qbe
make PREFIX=/usr
sudo make install PREFIX=/usr
-- cproc: |
- cd cproc
- ./configure
- make
- sudo make install PREFIX=/usr
- prepare: |
mkdir harec/build
cd harec/build
@@ -23,13 +17,3 @@ tasks:
- tests: |
cd harec/build
make check
-- prepare-cproc: |
- cd harec/build
- make distclean
- CC=cproc ../configure
-- build-cproc: |
- cd harec/build
- make -j2
-- tests-cproc: |
- cd harec/build
- make check