Skip to content

Commit

Permalink
Remove --dev to work around OpenJ9 crash
Browse files Browse the repository at this point in the history
OpenJ9 17 crashes when passing -Xverify:none, so remove --dev that
sets this flag for the OpenJ9 job.

See eclipse-openj9/openj9#14191 (comment)
  • Loading branch information
headius committed Oct 28, 2024
1 parent d64634e commit 9546686
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -403,7 +403,7 @@ jobs:
- name: bootstrap
run: mvn -Pbootstrap clean package
- name: bundle install
run: bin/jruby --dev -S bundle install
run: bin/jruby -S bundle install
- name: test profile
run: "tool/maven-ci-script.sh"
env:
Expand Down

0 comments on commit 9546686

Please sign in to comment.