Commit cc39349d authored by Vladimir Bashkirtsev's avatar Vladimir Bashkirtsev

Try to downgrade ada to 2.9.2 for NodeJS 24 to compile with GCC11

parent 986d5dfe
...@@ -6,6 +6,7 @@ all: ...@@ -6,6 +6,7 @@ all:
tar xf node-v24.10.0.tar.xz tar xf node-v24.10.0.tar.xz
patch -Np1 -d node-v24.10.0 < node-v24.10.0-fix_gcc11.patch patch -Np1 -d node-v24.10.0 < node-v24.10.0-fix_gcc11.patch
patch -Np1 -d node-v24.10.0 < node-v24.10.0-ada_downgrade_to_gcc11.patch
cd node-v24.10.0 && ./configure --prefix=/usr --shared-zlib cd node-v24.10.0 && ./configure --prefix=/usr --shared-zlib
$(MAKE) -C node-v24.10.0 $(MAKE) -C node-v24.10.0
# FIXME: node tests failure! # FIXME: node tests failure!
......
This diff is collapsed.
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment