Skip to content

Commit

Permalink
Disable OpenJ9 build until crash is resolved
Browse files Browse the repository at this point in the history
  • Loading branch information
headius committed Oct 26, 2024
1 parent d64634e commit 4790cec
Showing 1 changed file with 22 additions and 22 deletions.
44 changes: 22 additions & 22 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -386,28 +386,28 @@ jobs:
## run: "bin/jruby -S rake ${{ matrix.target }}"
# run: "true"

maven-test-openj9-8:
runs-on: ubuntu-latest

name: mvn -Ptest (OpenJ9 Java 17)

steps:
- name: checkout
uses: actions/checkout@v3
- name: set up java ${{ matrix.java-version }}
uses: actions/setup-java@v3
with:
distribution: 'semeru'
java-version: '17'
cache: 'maven'
- name: bootstrap
run: mvn -Pbootstrap clean package
- name: bundle install
run: bin/jruby --dev -S bundle install
- name: test profile
run: "tool/maven-ci-script.sh"
env:
PHASE: 'package -Ptest'
# maven-test-openj9-8:
# runs-on: ubuntu-latest
#
# name: mvn -Ptest (OpenJ9 Java 17)
#
# steps:
# - name: checkout
# uses: actions/checkout@v3
# - name: set up java ${{ matrix.java-version }}
# uses: actions/setup-java@v3
# with:
# distribution: 'semeru'
# java-version: '17'
# cache: 'maven'
# - name: bootstrap
# run: mvn -Pbootstrap clean package
# - name: bundle install
# run: bin/jruby --dev -S bundle install
# - name: test profile
# run: "tool/maven-ci-script.sh"
# env:
# PHASE: 'package -Ptest'

rake-test-wip-8:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 4790cec

Please sign in to comment.