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

Mark level/leveldown and eslint as flaky on AIX/s390 #178

Closed
wants to merge 1 commit into from
Closed

Mark level/leveldown and eslint as flaky on AIX/s390 #178

wants to merge 1 commit into from

Conversation

CurryKitten
Copy link
Contributor

eslint attempts to pull in the phantomjs prebuilt binary, but doesn't have an s390 version (or AIX, but it's already marked as flaky for ppc) I've added a comment to an existing issue on phantomjs ariya/phantomjs#13973 to see what would be required to produce a binary, but marking it flaky until this might be resolved.

leveldown is a pre-req of level which is the reason these modules are both affected. It should attempt to build from source if a prebuild doesn't exist, but this falls over as it doesn't know what to do with an OS of "AIX", and the s390 platform fails the compilation with a "Please implement AtomicPointer for this platform." comment, so marking flaky on these two platforms, having opened an issue on level down Level/leveldown#306

I've tested my changes on our test 390/aix machines, and all is working ok.

@mhdawson
Copy link
Member

mhdawson commented Sep 9, 2016

LGTM

@MylesBorins
Copy link
Contributor

landed as ae2a757

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.

3 participants