multiple arches and versions are getting failures on zend_execute.o, claiming 0 bytes. looks like concurrency, maybe.
This commit is contained in:
Jacob Heider 2023-12-22 12:01:45 -05:00 committed by Jacob Heider
parent 691bb5d2b3
commit 416e82e9bc

View file

@ -59,7 +59,7 @@ build:
fi
if: linux
- ./configure $ARGS
- make --jobs {{ hw.concurrency }} install
- make install
# clean up our fake /usr/bin/cpp
- run: |