fix(nodejs)

closes #5978
This commit is contained in:
Jacob Heider 2024-04-24 15:30:00 -04:00 committed by Jacob Heider
parent c87ff63aa3
commit d7117007ef

View file

@ -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: