-
Notifications
You must be signed in to change notification settings - Fork 166
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
'GLIBCXX_3.4.20' not found on s390 #1548
Comments
The job needs to run |
I've added the following to the job rm -rf build
git clone https://github.com/nodejs/build.git
. ./build/jenkins/scripts/select-compiler.sh but it seems to be looking for |
Ah it does that if Maybe set |
The job must already know/figure out what the major node version is, it should just e able to set NODEJS_MAJOR_VERSION |
I'm a bit concerned that we are only discovering this now. @targos do you know if was running ok earlier? |
I don't know. We do not execute this job very often. |
yeah I'll copy the changes in here: | rm -rf build
| export NODEJS_MAJOR_VERSION="${NODE_VERSION:1}"
| git clone https://github.com/nodejs/build.git
| . ./build/jenkins/scripts/select-compiler.sh |
@nodejs/platform-s390
The
citgm-continuous-integration
job fails onrhel72-s390x
with a concerning error.This happens with Node 10 and 11.
https://ci.nodejs.org/job/citgm-continuous-integration/131/MACHINE=rhel72-s390x/console
The text was updated successfully, but these errors were encountered: