-
Notifications
You must be signed in to change notification settings - Fork 3k
Add ccache to travis #13468
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
Add ccache to travis #13468
Conversation
@urutva, thank you for your changes. |
I'd recommend turning on ccache in .travis.yml as well. |
Line 218 in dc693a9
Ccache in Travis.
|
dc693a9
to
5756079
Compare
Pull request has been modified.
tools/test/travis-ci/functions.sh
Outdated
pushd /usr/lib/ccache | ||
sudo ln -s ../../bin/ccache arm-none-eabi-gcc | ||
sudo ln -s ../../bin/ccache arm-none-eabi-g++ | ||
export PATH="$PATH:/usr/lib/ccache" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Use export PATH="/usr/lib/ccache:$PATH"
to ensure ccache links are used (PATH lookup is first listed first used).
d8ca7ac
to
0c8f46b
Compare
CI started |
Jenkins CI Test : ✔️ SUCCESSBuild Number: 1 | 🔒 Jenkins CI Job | 🌐 Logs & ArtifactsCLICK for Detailed Summary
|
0c8f46b
to
165226c
Compare
165226c
to
ed1e897
Compare
This PR cannot be merged due to conflicts. Please rebase to resolve them. |
d894b2d
to
c7eabaa
Compare
Signed-off-by: Devaraj Ranganna <[email protected]>
c7eabaa
to
fef4454
Compare
CI started |
Jenkins CI Test : ✔️ SUCCESSBuild Number: 2 | 🔒 Jenkins CI Job | 🌐 Logs & ArtifactsCLICK for Detailed Summary
|
Summary of changes
Add ccache to travis
Based on the changes in #13435
Impact of changes
Migration actions required
Documentation
Pull request type
Test results
Reviewers