mirror of
https://github.com/ivabus/pantry
synced 2024-11-22 08:25:07 +03:00
parent
c87ff63aa3
commit
d7117007ef
1 changed files with 8 additions and 2 deletions
|
@ -26,14 +26,20 @@ build:
|
||||||
# otherwise, we hit https://reviews.llvm.org/D131307
|
# otherwise, we hit https://reviews.llvm.org/D131307
|
||||||
linux:
|
linux:
|
||||||
llvm.org: '<16'
|
llvm.org: '<16'
|
||||||
gnu.org/make: '*'
|
|
||||||
python.org: ~3.9
|
python.org: ~3.9
|
||||||
freedesktop.org/pkg-config: ^0.29
|
|
||||||
script:
|
script:
|
||||||
- run: python configure.py $ARGS
|
- run: python configure.py $ARGS
|
||||||
if: <14
|
if: <14
|
||||||
- run: ./configure $ARGS
|
- run: ./configure $ARGS
|
||||||
if: '>=14'
|
if: '>=14'
|
||||||
|
# v22 didn't include iomanip for std::precision in one file
|
||||||
|
- run: |
|
||||||
|
sed -i '/wasm-disassembler.h/a\
|
||||||
|
\
|
||||||
|
#include <iomanip>' wasm-disassembler.cc
|
||||||
|
working-directory: deps/v8/src/wasm
|
||||||
|
if: ^22
|
||||||
|
|
||||||
- make --jobs {{ hw.concurrency }} install
|
- make --jobs {{ hw.concurrency }} install
|
||||||
env:
|
env:
|
||||||
ARGS:
|
ARGS:
|
||||||
|
|
Loading…
Reference in a new issue