-
-
Notifications
You must be signed in to change notification settings - Fork 24
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
Remove libatomic_ops dependency #143
Conversation
libatomic_ops is no longer required for building bdwgc starting with 8.0.0. We're using newer versions now, so there's no need to pull in libatomic_ops.
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.
🚀 it feels so good to remove a dependency!
CI shows a lot of failures. Most of them are unrelated to this PR (crystal-lang/crystal#11275, and the known issues with i386 and alpine). I don't know what's going on with the
Looks like the download is failing. I can't reproduce that locally. But it appears to be consistens in CI. |
There were a couple of failures in CI, but none seem to be directly related to this change. The obvious i386 failures can be entirely ignored.
|
maybe the name of the branch is a problem for macOS?
|
I couldn't find documentation about whether or not |
I added a change to fix the branch name sanitation: crystal-lang/crystal@ca0db73 Now the previously failing CI jobs succeed: https://app.circleci.com/pipelines/github/crystal-lang/crystal/6981/workflows/94c27061-f6c0-4e12-b58b-252c9a03c39d Thanks for the pointers 👍 |
Integration workflow is still all geen: https://app.circleci.com/pipelines/github/crystal-lang/crystal/7602/workflows/445f6074-771e-4a44-9264-253cdcd9c6c0 |
libatomic_ops is no longer required for building bdwgc starting with 8.0.0. We're using newer versions now, so there's no need to pull in libatomic_ops.