Skip to content

Commit

Permalink
fix(nodejs)
Browse files Browse the repository at this point in the history
 closes #8228
  • Loading branch information
jhheider committed Dec 24, 2024
1 parent 8520516 commit a4a4d81
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion projects/nodejs.org/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,9 @@ build:
#include <iomanip>' wasm-disassembler.cc
working-directory: deps/v8/src/wasm
if: ^22
# -pie breaks module build in v23.5.0
- run: export LDFLAGS="$(echo $LDFLAGS | sed 's/-pie//')"
if: ^23.5.0

- make --jobs {{ hw.concurrency }} install
env:
Expand All @@ -51,7 +54,6 @@ build:
linux/x86-64:
CFLAGS: -fPIC
CXXFLAGS: -fPIC
LDFLAGS: -pie

test:
script: |
Expand Down

0 comments on commit a4a4d81

Please sign in to comment.