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

bump jruby 9.0.0.0-pre2 #702

Merged
merged 1 commit into from
May 1, 2015
Merged

Conversation

cpuguy83
Copy link
Contributor

No description provided.

9.0.0.0.pre1-jre: git://github.com/cpuguy83/docker-jruby@3a9e548c1f080e9116c13a8d62bf01ebc2e2c629 9000/jre
9.0.0.0: git://github.com/cpuguy83/docker-jruby@0f5ca4efd34cedd56e7e2c7138f98c5e80402c6b 9000/jre
9.0.0.0-jre: git://github.com/cpuguy83/docker-jruby@0f5ca4efd34cedd56e7e2c7138f98c5e80402c6b 9000/jre
9.0.0.0.pre2: git://github.com/cpuguy83/docker-jruby@540fa78ad4845773b0d9e361fa7f8000161825a1 9000/jre
Copy link
Member

Choose a reason for hiding this comment

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

Ah, looks like this one got missed somehow. 😢

Signed-off-by: Brian Goff <cpuguy83@gmail.com>
@cpuguy83
Copy link
Contributor Author

cpuguy83 commented May 1, 2015

Fixed.

@tianon
Copy link
Member

tianon commented May 1, 2015

LGTM (jruby/docker-jruby@3a9e548...0f5ca4e)

Build test of #702; bf12d7d (jruby):

$ url="https://raw.githubusercontent.com/docker-library/official-images/bf12d7dcdc85aa34b1593787216c9c9f767ae019/library/jruby"
$ bashbrew build "$url"
Processing jruby:1.7 ...
Processing jruby:1.7.19 ...
Processing jruby:latest ...
Processing jruby:1.7-jre ...
Processing jruby:1.7.19-jre ...
Processing jruby:1.7-jdk ...
Processing jruby:1.7.19-jdk ...
Processing jruby:1.7-onbuild ...
Processing jruby:1.7.19-onbuild ...
Processing jruby:9.0.0.0 ...
Processing jruby:9.0.0.0-jre ...
Processing jruby:9.0.0.0.pre2 ...
Processing jruby:9.0.0.0.pre2-jre ...
Processing jruby:9.0.0.0-jdk ...
Processing jruby:9.0.0.0.pre2-jdk ...
Processing jruby:9.0.0.0-onbuild ...
Processing jruby:9.0.0.0.pre2-onbuild ...
$ bashbrew list --uniq "$url" | xargs test/run.sh
testing jruby:1.7
    'utc' [1/5]...passed
    'cve-2014--shellshock' [2/5]...passed
    'ruby-standard-libs' [3/5]...passed
    'ruby-gems' [4/5]...passed
    'ruby-bundler' [5/5]...passed
testing jruby:1.7-jdk
    'utc' [1/5]...passed
    'cve-2014--shellshock' [2/5]...passed
    'ruby-standard-libs' [3/5]...passed
    'ruby-gems' [4/5]...passed
    'ruby-bundler' [5/5]...passed
testing jruby:1.7-onbuild
    'utc' [1/5]...passed
    'cve-2014--shellshock' [2/5]...passed
    'ruby-standard-libs' [3/5]...passed
    'ruby-gems' [4/5]...passed
    'ruby-bundler' [5/5]...passed
testing jruby:9.0.0.0
    'utc' [1/5]...passed
    'cve-2014--shellshock' [2/5]...passed
    'ruby-standard-libs' [3/5].../opt/jruby/lib/ruby/stdlib/ripper/core.rb:13: warning: already initialized constant SCANNER_EVENT_TABLE
/opt/jruby/lib/ruby/stdlib/ripper/core.rb:13: warning: already initialized constant PARSER_EVENT_TABLE
/opt/jruby/lib/ruby/stdlib/ripper/core.rb:13: warning: already initialized constant Version
/opt/jruby/lib/ruby/stdlib/ripper/core.rb:13: warning: already initialized constant SCRIPT_LINES__
passed
    'ruby-gems' [4/5]...passed
    'ruby-bundler' [5/5]...passed
testing jruby:9.0.0.0-jdk
    'utc' [1/5]...passed
    'cve-2014--shellshock' [2/5]...passed
    'ruby-standard-libs' [3/5].../opt/jruby/lib/ruby/stdlib/ripper/core.rb:13: warning: already initialized constant SCANNER_EVENT_TABLE
/opt/jruby/lib/ruby/stdlib/ripper/core.rb:13: warning: already initialized constant PARSER_EVENT_TABLE
/opt/jruby/lib/ruby/stdlib/ripper/core.rb:13: warning: already initialized constant Version
/opt/jruby/lib/ruby/stdlib/ripper/core.rb:13: warning: already initialized constant SCRIPT_LINES__
passed
    'ruby-gems' [4/5]...passed
    'ruby-bundler' [5/5]...passed
testing jruby:9.0.0.0-onbuild
    'utc' [1/5]...passed
    'cve-2014--shellshock' [2/5]...passed
    'ruby-standard-libs' [3/5].../opt/jruby/lib/ruby/stdlib/ripper/core.rb:13: warning: already initialized constant SCANNER_EVENT_TABLE
/opt/jruby/lib/ruby/stdlib/ripper/core.rb:13: warning: already initialized constant PARSER_EVENT_TABLE
/opt/jruby/lib/ruby/stdlib/ripper/core.rb:13: warning: already initialized constant Version
/opt/jruby/lib/ruby/stdlib/ripper/core.rb:13: warning: already initialized constant SCRIPT_LINES__
passed
    'ruby-gems' [4/5]...passed
    'ruby-bundler' [5/5]...passed

@tianon
Copy link
Member

tianon commented May 1, 2015

Those warnings in 9.0.0.0 are ugh, but meh; maybe jruby upstream bugs?

@cpuguy83
Copy link
Contributor Author

cpuguy83 commented May 1, 2015

Seems so.
Opened jruby/jruby#2904 after speaking with jruby maintainers.

@yosifkit
Copy link
Member

yosifkit commented May 1, 2015

@cpuguy83 are we good to merge here?

@cpuguy83
Copy link
Contributor Author

cpuguy83 commented May 1, 2015

Yes, this is a pre-release build afterall :)

@yosifkit
Copy link
Member

yosifkit commented May 1, 2015

LGTM

yosifkit added a commit that referenced this pull request May 1, 2015
@yosifkit yosifkit merged commit 5866675 into docker-library:master May 1, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants