Skip to content

Commit 47bd575

Browse files
committed
fix(node)
closes #10869 closes #10767
1 parent f8c8c1d commit 47bd575

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

projects/nodejs.org/package.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ build:
2828
python.org: ~3.9
2929
linux:
3030
gnu.org/gcc: '*'
31+
darwin:
32+
llvm.org: 20 # since node 25
3133
script:
3234
# the nodejs build doesn't like mixing -shared and -pie
3335
- run:
@@ -87,6 +89,11 @@ build:
8789
CC: gcc
8890
CXX: g++-wrapper
8991
LD: g++-wrapper
92+
darwin:
93+
# atomics issues in 25
94+
CC: ${{deps.llvm.org.prefix}}/bin/clang
95+
CXX: ${{deps.llvm.org.prefix}}/bin/clang++
96+
LD: ${{deps.llvm.org.prefix}}/bin/clang
9097

9198
test:
9299
script: |

0 commit comments

Comments
 (0)