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

Some improvements to CI #133

Merged
merged 1 commit into from
May 21, 2020
Merged

Some improvements to CI #133

merged 1 commit into from
May 21, 2020

Conversation

giordano
Copy link
Member

* add CompatHelper
* reduce frequency of TagBot to once per day
* add scripts to run CI on ARM architectures with Drone CI
* add FreeBSD to Travis
* run Travis only on master, instead of all branches
* cache artifacts on Travis and AppVeyor
@stevengj stevengj merged commit 3a4a549 into master May 21, 2020
@giordano giordano deleted the mg/compathelper branch May 21, 2020 01:11
@stevengj
Copy link
Member

Drone CI is now activated for this repo. (Doesn't github CI support ARM by now?)

@giordano
Copy link
Member Author

Doesn't github CI support ARM by now?

GitHub Actions provide runners for aarch64, but the problem is that Azure doesn't support this platform, so there are no Github-hosted runners for it

@stevengj
Copy link
Member

Drone CI seems to be failing these days (see #152).

@giordano
Copy link
Member Author

1.4 armv7l is failing because it should specify 1.4.1 instead of 1.4 (which would try to use 1.4.2, but there was no build for armv7l for that version). The failure in v1.3 is more worrying, as it's a segmentation fault in libbid.so, but maybe it's this package's fault?

@stevengj
Copy link
Member

Should we try to use 1.7.2 rather than 1.4.x?

@giordano
Copy link
Member Author

Should we try to use 1.7.2 rather than 1.4.x?

Yes, although we need to check whether we have a build for armv7l.

I just tried to run DecFP with an i686 Julia (you can run it on x86_64 as well) and I got the same error:

julia> using DecFP
[ Info: Precompiling DecFP [55939f99-70c6-5e9b-8bb0-5071ed7d61fd]

signal (11): Segmentation fault
in expression starting at /home/mose/.julia/packages/DecFP/XcoGq/src/DecFP.jl:290
__bid32_from_string at /home/mose/.julia/artifacts/2f1a326980200b143068522db21146532204f215/lib/libbid.so (unknown line)
_parse at /home/mose/.julia/packages/DecFP/XcoGq/src/DecFP.jl:299

So it looks like this package is currently broken with any 32-bit platform

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

Successfully merging this pull request may close these issues.

2 participants