Skip to content

Commit

Permalink
[test] fix bootstrapping on AARCH64 (#4599)
Browse files Browse the repository at this point in the history
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]
etehtsea authored and kares committed Jun 6, 2017
1 parent 67debf2 commit d992aa3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/pom.rb
Original file line number Diff line number Diff line change
@@ -61,7 +61,7 @@
'includeRubygemsInTestResources' => 'false' }

if version =~ /-SNAPSHOT/
options[ 'jrubyVersion' ] = '1.7.12'
options[ 'jrubyVersion' ] = '9.1.8.0'
else
options[ 'libDirectory' ] = '${jruby.home}/lib'
options[ 'jrubyJvmArgs' ] = '-Djruby.home=${jruby.home}'

0 comments on commit d992aa3

Please sign in to comment.