-
Notifications
You must be signed in to change notification settings - Fork 6.8k
CI Travis time out #16535
Comments
Update: I disabled Travis directly as we are not testing anything there now. |
@leezu built a Github Actions based solution for mac verification. It seems more promising and offers comparable usability. Shall we focus on Github Actions instead? |
Yes, I think Github Actions can replace Travis. |
Let's consider which tests to run in Github Actions. I see the following commented out tests in the travis.yml
|
I enabled the unittests in the osx github actions build in my fork. Runs mostly fine: It does expose the problem that in the staticbuild |
It looks like the library was being built:
And then the test is looking for:
This is coming from this code: So maybe all we need to do is something like this to have the test look for the correct mac library file |
Currently travis test is constantly timed out, Temporarily disable it first to unblock PRs.
Note, this happened before and we already disabled nose tests #13136
Now we are disabling builds.
The text was updated successfully, but these errors were encountered: