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 #1927

Merged
merged 2 commits into from
Sep 30, 2019
Merged

jenkins: use ccache with devtoolset on ppc64le #1927

merged 2 commits into from
Sep 30, 2019

Commits on Sep 26, 2019

  1. jenkins: use ccache with devtoolset on ppc64le

    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.
    sam-github committed Sep 26, 2019
    Configuration menu
    Copy the full SHA
    6445648 View commit details
    Browse the repository at this point in the history
  2. jenkins: use ccache with gcc/g++ on ppc64le

    ccache doesn't have wrappers for gcc-6,g++-4, etc., so call ccache
    explicitly.
    sam-github committed Sep 26, 2019
    Configuration menu
    Copy the full SHA
    4677e44 View commit details
    Browse the repository at this point in the history