Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

jenkins: enable select-compiler.sh on armv7l #3591

Merged
merged 1 commit into from
Dec 12, 2023

Conversation

targos
Copy link
Member

@targos targos commented Dec 11, 2023

Select GCC 10 for Node.js >=20

Refs: #3317 (comment)

@targos
Copy link
Member Author

targos commented Dec 11, 2023

@targos
Copy link
Member Author

targos commented Dec 11, 2023

17:40:02 ++ echo 'Setting compiler for Node version 22 on armv7l'
17:40:02 Setting compiler for Node version 22 on armv7l
17:40:02 ++ case $nodes in
17:40:02 ++ '[' 22 -gt 19 ']'
17:40:02 ++ export 'CC=ccache gcc-10'
17:40:02 ++ CC='ccache gcc-10'
17:40:02 ++ export 'CXX=ccache g++-10'
17:40:02 ++ CXX='ccache g++-10'
17:40:02 ++ export LINK=g++-10
17:40:02 ++ LINK=g++-10
17:40:02 +++ ccache g++-10 -dumpversion
17:40:02 ++ echo 'Compiler set to GCC' 10
17:40:02 Compiler set to GCC 10
17:40:02 + NODE_TEST_DIR=/home/iojs/node-tmp
17:40:02 + FLAKY_TESTS=dontcare
17:40:02 + make run-ci -j 2
17:40:02 python3 ./configure --verbose 
17:40:10 Node.js configure: Found Python 3.8.10...
17:40:10 Detected C++ compiler (CXX=ccache g++-10) version: 10.5.0
17:40:10 Detected C compiler (CC=ccache gcc-10) version: 10.5.0

@targos targos merged commit ed91f3b into nodejs:main Dec 12, 2023
2 checks passed
@targos targos deleted the select-compiler-armv7l branch December 12, 2023 05:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants