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

Fix bootstrapping on AARCH64 #4599

Merged
merged 1 commit into from
Jun 6, 2017
Merged

Conversation

etehtsea
Copy link
Contributor

@etehtsea etehtsea commented May 10, 2017

It fails with:

[INFO] --- gem-maven-plugin:1.0.10:initialize (default) @ jruby-tests ---
[INFO] ERROR:  Loading command: install (LoadError)
[INFO]  Unsupported platform: unknown-linux
[INFO] ERROR:  While executing gem ... (NoMethodError)
[INFO]     undefined method `invoke_with_build_args' for nil:NilClass
[INFO]

It fails with:
[INFO] --- gem-maven-plugin:1.0.10:initialize (default) @ jruby-tests ---
[INFO] ERROR:  Loading command: install (LoadError)
[INFO]  Unsupported platform: unknown-linux
[INFO] ERROR:  While executing gem ... (NoMethodError)
[INFO]     undefined method `invoke_with_build_args' for nil:NilClass
[INFO]
Copy link
Member

@olleolleolle olleolleolle left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good find!

@kares kares added this to the Non-Release milestone Jun 6, 2017
@kares kares merged commit d992aa3 into jruby:master Jun 6, 2017
@kares
Copy link
Member

kares commented Jun 6, 2017

hmm, built seems to be taking quite longer ... from 3+h to 4+h - probably due memory constrains?

... maybe a later 9K will cut down some

@headius
Copy link
Member

headius commented Jun 6, 2017

@kares I'll kick that build and see if it comes out as long the second time. May have been a glitch.

If not, may be caching 9k + deps first time, and won't affect it in the future.

@headius
Copy link
Member

headius commented Jun 6, 2017

@kares Second build seemed fine at 3h11m so it seems ok.

@etehtsea etehtsea deleted the fix-aarch64-bootstrap branch June 20, 2017 11:09
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.

None yet

4 participants