mirror of
https://github.com/ivabus/pantry
synced 2024-11-22 08:25:07 +03:00
fix(php)
multiple arches and versions are getting failures on zend_execute.o, claiming 0 bytes. looks like concurrency, maybe.
This commit is contained in:
parent
691bb5d2b3
commit
416e82e9bc
1 changed files with 1 additions and 1 deletions
|
@ -59,7 +59,7 @@ build:
|
||||||
fi
|
fi
|
||||||
if: linux
|
if: linux
|
||||||
- ./configure $ARGS
|
- ./configure $ARGS
|
||||||
- make --jobs {{ hw.concurrency }} install
|
- make install
|
||||||
|
|
||||||
# clean up our fake /usr/bin/cpp
|
# clean up our fake /usr/bin/cpp
|
||||||
- run: |
|
- run: |
|
||||||
|
|
Loading…
Reference in a new issue