From b40dc51ca0dbc00895798749e27dc8d161f404c3 Mon Sep 17 00:00:00 2001 From: Charles Oliver Nutter Date: Fri, 25 Oct 2024 10:57:08 -0500 Subject: [PATCH] Remove build caching that isn't useful now 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). --- .github/workflows/ci.yml | 24 ------------------------ 1 file changed, 24 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a9f8403b2d6..299cb89a8d7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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: @@ -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: @@ -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: @@ -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: @@ -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: @@ -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: @@ -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: @@ -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: @@ -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: @@ -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: @@ -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: @@ -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: