Skip to content

Commit

Permalink
Remove build caching that isn't useful now
Browse files Browse the repository at this point in the history
Because we can run unlimited jobs now, the build cache just adds
time to check for it and upload it (which all builds end up doing
since they start at the same time).
  • Loading branch information
headius committed Oct 25, 2024
1 parent 5acb3a5 commit b40dc51
Showing 1 changed file with 0 additions and 24 deletions.
24 changes: 0 additions & 24 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,6 @@ jobs:
name: rake ${{ matrix.target }} (Java ${{ matrix.java-version }})

steps:
- name: Bootstrap build
uses: jruby/jruby-ci-build@v1
- name: set up java ${{ matrix.java-version }}
uses: actions/setup-java@v3
with:
Expand All @@ -44,8 +42,6 @@ jobs:
name: rake ${{ matrix.target }} (Java 8)

steps:
- name: Bootstrap build
uses: jruby/jruby-ci-build@v1
- name: set up java 8
uses: actions/setup-java@v3
with:
Expand All @@ -65,8 +61,6 @@ jobs:
JRUBY_OPTS: '--dev'

steps:
- name: Bootstrap build
uses: jruby/jruby-ci-build@v1
- name: set up java 8
uses: actions/setup-java@v3
with:
Expand All @@ -91,8 +85,6 @@ jobs:
JRUBY_OPTS: '-Xcompile.invokedynamic -X+C -Xjit.threshold=0'

steps:
- name: Bootstrap build
uses: jruby/jruby-ci-build@v1
- name: set up java ${{ matrix.java-version }}
uses: actions/setup-java@v3
with:
Expand All @@ -114,8 +106,6 @@ jobs:
name: mvn ${{ matrix.package-flags }} (Java ${{ matrix.java-version }})

steps:
- name: Bootstrap build
uses: jruby/jruby-ci-build@v1
- name: set up java ${{ matrix.java-version }}
uses: actions/setup-java@v3
with:
Expand All @@ -140,8 +130,6 @@ jobs:
name: mvn ${{ matrix.package-flags }} (Java ${{ matrix.java-version }})

steps:
- name: Bootstrap build
uses: jruby/jruby-ci-build@v1
- name: set up java ${{ matrix.java-version }}
uses: actions/setup-java@v3
with:
Expand All @@ -163,8 +151,6 @@ jobs:
JRUBY_OPTS: '-Xjit.threshold=0'

steps:
- name: Bootstrap build
uses: jruby/jruby-ci-build@v1
- name: set up java 8
uses: actions/setup-java@v3
with:
Expand All @@ -187,8 +173,6 @@ jobs:
JDK_JAVA_OPTS: "-Djdk.io.File.enableADS=true"

steps:
- name: Bootstrap build
uses: jruby/jruby-ci-build@v1
- name: set up java 11
uses: actions/setup-java@v3
with:
Expand Down Expand Up @@ -264,8 +248,6 @@ jobs:
options: --health-cmd="mysqladmin ping" --health-interval=10s --health-timeout=5s --health-retries=3

steps:
- name: Bootstrap build
uses: jruby/jruby-ci-build@v1
- name: set up java
uses: actions/setup-java@v3
with:
Expand All @@ -282,8 +264,6 @@ jobs:
fail-fast: false

steps:
- name: Bootstrap build
uses: jruby/jruby-ci-build@v1
- name: set up java 8
uses: actions/setup-java@v3
with:
Expand Down Expand Up @@ -352,8 +332,6 @@ jobs:
name: mvn -Ptest (OpenJ9 Java 17)

steps:
- name: Bootstrap build
uses: jruby/jruby-ci-build@v1
- name: set up java ${{ matrix.java-version }}
uses: actions/setup-java@v3
with:
Expand All @@ -376,8 +354,6 @@ jobs:
name: rake ${{ matrix.target }} (Java 8)

steps:
- name: Bootstrap build
uses: jruby/jruby-ci-build@v1
- name: set up java 8
uses: actions/setup-java@v3
with:
Expand Down

0 comments on commit b40dc51

Please sign in to comment.