-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
CLN: Remove travis build #41738
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
CLN: Remove travis build #41738
Conversation
@@ -63,29 +63,6 @@ conda update -n base conda | |||
echo "conda info -a" | |||
conda info -a | |||
|
|||
echo | |||
echo "set the compiler cache to work" | |||
if [ -z "$NOCACHE" ] && [ "${TRAVIS_OS_NAME}" == "linux" ]; then |
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.
umm is this just not used elsewhere? it seems the builds are now taking a lot longer.
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.
Thanks for the heads up. I double checked, and there is nowhere in our code where we set TRAVIS_OS_NAME
, so I don't see how any of the conditions here can be true.
I checked the builds, and the only I see that was significantly slower was a Windows one, which doesn't use this file. I guess it's been just randomness, but in any case, I rebased, and if there is anything still significantly slow, I'll have another look.
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.
hmm yeah this might have been old ok great
@@ -63,29 +63,6 @@ conda update -n base conda | |||
echo "conda info -a" | |||
conda info -a | |||
|
|||
echo | |||
echo "set the compiler cache to work" | |||
if [ -z "$NOCACHE" ] && [ "${TRAVIS_OS_NAME}" == "linux" ]; then |
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.
hmm yeah this might have been old ok great
Whenever we can assume that Travis is not an option for ARM builds (or any other builds due to the lack of free credits), this is the PR that removes all travis specific stuff.