Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
N
node
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
certo
node
Commits
cc39349d
Commit
cc39349d
authored
Sep 01, 2026
by
Vladimir Bashkirtsev
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Try to downgrade ada to 2.9.2 for NodeJS 24 to compile with GCC11
parent
986d5dfe
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
15328 additions
and
0 deletions
+15328
-0
Makefile
Makefile
+1
-0
node-v24.10.0-ada_downgrade_to_gcc11.patch
node-v24.10.0-ada_downgrade_to_gcc11.patch
+15327
-0
No files found.
Makefile
View file @
cc39349d
...
@@ -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!
...
...
node-v24.10.0-ada_downgrade_to_gcc11.patch
0 → 100644
View file @
cc39349d
This source diff could not be displayed because it is too large. You can
view the blob
instead.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment