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

Native gems: CI should test Linux native 32-bit gem #2120

Closed
wants to merge 4 commits into from

Conversation

flavorjones
Copy link
Member

What problem is this PR intended to solve?

Add test coverage for 32-bit Linux native gems.

We already have coverage for 32-bit Windows native gems within Appveyor:

nokogiri/appveyor.yml

Lines 46 to 49 in fbd65cd

- ruby_version: 27
- ruby_version: 27
INSTALL_PACKAGES: "mingw-w64-i686-libxslt"
EXTCONF_PARAMS: "--use-system-libraries"

This is follow-on work related to #1984

Have you included adequate test coverage?

The purpose of this PR is to add test coverage.

Does this change affect the C or the Java implementations?

No functional changes.

@flavorjones flavorjones added this to the v1.11.0 milestone Nov 30, 2020
@flavorjones flavorjones changed the title ci: test Linux native 32-bit gem Native gems: CI should test Linux native 32-bit gem Nov 30, 2020
@flavorjones flavorjones force-pushed the flavorjones-test-native-32bit-gem branch from 035d835 to a31c2c1 Compare November 30, 2020 05:42
@flavorjones
Copy link
Member Author

This is a WIP because I'm seeing segfaulting on bionic32 that I can't explain, and can't reproduce outside of the CI environment.

@flavorjones flavorjones added packaging/native-gem release-blocker Blocking a milestone release labels Dec 1, 2020
@flavorjones
Copy link
Member Author

OK - the segfault I'm seeing is in test_node_set.rb test test_each which ... seems similar to the NodeSet segfaults described in #1952 and #2024. I suspect these things are related.

flavorjones added a commit that referenced this pull request Dec 6, 2020
Tripped over this while working on #2120 in a 32-bit CI environment.
@flavorjones
Copy link
Member Author

merged manually.

@flavorjones flavorjones closed this Dec 6, 2020
@flavorjones flavorjones deleted the flavorjones-test-native-32bit-gem branch December 6, 2020 07:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant