We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c3f3130 commit 943cfc3Copy full SHA for 943cfc3
1 file changed
projects/nodejs.org/package.yml
@@ -26,14 +26,20 @@ build:
26
# otherwise, we hit https://reviews.llvm.org/D131307
27
linux:
28
llvm.org: '<16'
29
- gnu.org/make: '*'
30
python.org: ~3.9
31
- freedesktop.org/pkg-config: ^0.29
32
script:
33
- run: python configure.py $ARGS
34
if: <14
35
- run: ./configure $ARGS
36
if: '>=14'
+ # v22 didn't include iomanip for std::precision in one file
+ - run: |
37
+ sed -i '/wasm-disassembler.h/a\
38
+ \
39
+ #include <iomanip>' wasm-disassembler.cc
40
+ working-directory: deps/v8/src/wasm
41
+ if: ^22
42
+
43
- make --jobs {{ hw.concurrency }} install
44
env:
45
ARGS:
0 commit comments