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: use ccache with devtoolset on ppc64le #2157

Merged
merged 1 commit into from
Mar 4, 2020

Conversation

richardlau
Copy link
Member

Relands the first commit from #1927 for centos7-ppcle to reenable ccache. The other commit is not required as on ppcle-ubuntu1404 we use ccache via the symbolic links in /usr/lib/ccache.

This is blocked on nodejs/node#31628 landing on all supported release lines to avoid breaking https://ci.nodejs.org/job/node-test-commit-v8-linux/.

Refs: nodejs/node#31628
Refs: #1940

cc @nodejs/platform-ppc

Because devtoolset setup works by putting the devtoolset bin/ on the
front of PATH the compiler is called directly instead of via the ccache
wrappers.

Change select-compiler.sh to explicitly use ccache, as it does for s390x.
Copy link
Member

@mhdawson mhdawson left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@richardlau
Copy link
Member Author

nodejs/node#31628 is now on the staging branches of all supported release lines so merging.

@richardlau richardlau merged commit db4c102 into nodejs:master Mar 4, 2020
@richardlau richardlau deleted the ppcle branch March 4, 2020 01:11
rvagg pushed a commit that referenced this pull request Mar 4, 2020
Because devtoolset setup works by putting the devtoolset bin/ on the
front of PATH the compiler is called directly instead of via the ccache
wrappers.

Change select-compiler.sh to explicitly use ccache, as it does for s390x.

Co-authored-by: Sam Roberts <[email protected]>
@richardlau
Copy link
Member Author

Looks like it's working 🎉. Test builds (of current nodejs/master):

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants