From d539dda78b38bbd34be061e0a5f423a4cad7cee7 Mon Sep 17 00:00:00 2001 From: Tyler Veness Date: Sun, 8 Dec 2024 22:31:02 -0800 Subject: [PATCH] Disable PathWeaver build --- .github/workflows/tools.yml | 56 ++++++++++++++++++------------------- 1 file changed, 28 insertions(+), 28 deletions(-) diff --git a/.github/workflows/tools.yml b/.github/workflows/tools.yml index 494cc575dff..3fd39545c47 100644 --- a/.github/workflows/tools.yml +++ b/.github/workflows/tools.yml @@ -120,31 +120,31 @@ jobs: build/allOutputs/ retention-days: 7 - PathWeaver: - name: "Build - PathWeaver" - needs: [build-artifacts] - runs-on: ubuntu-24.04 - steps: - - uses: actions/checkout@v4 - with: - repository: wpilibsuite/PathWeaver - fetch-depth: 0 - - name: Patch PathWeaver to use local development - run: sed -i "s/wpilibTools.deps.wpilibVersion.*/wpilibTools.deps.wpilibVersion = \'$YEAR\.424242\.+\'/" dependencies.gradle - - uses: actions/download-artifact@v4 - with: - name: MavenArtifacts - - uses: actions/setup-java@v4 - with: - java-version: 17 - distribution: 'temurin' - - name: Move artifacts - run: mkdir -p ~/releases/maven/development && cp -r edu ~/releases/maven/development - - name: Build with Gradle - run: ./gradlew build - - uses: actions/upload-artifact@v4 - with: - name: PathWeaver Build - path: | - build/allOutputs/ - retention-days: 7 + # PathWeaver: + # name: "Build - PathWeaver" + # needs: [build-artifacts] + # runs-on: ubuntu-24.04 + # steps: + # - uses: actions/checkout@v4 + # with: + # repository: wpilibsuite/PathWeaver + # fetch-depth: 0 + # - name: Patch PathWeaver to use local development + # run: sed -i "s/wpilibTools.deps.wpilibVersion.*/wpilibTools.deps.wpilibVersion = \'$YEAR\.424242\.+\'/" dependencies.gradle + # - uses: actions/download-artifact@v4 + # with: + # name: MavenArtifacts + # - uses: actions/setup-java@v4 + # with: + # java-version: 17 + # distribution: 'temurin' + # - name: Move artifacts + # run: mkdir -p ~/releases/maven/development && cp -r edu ~/releases/maven/development + # - name: Build with Gradle + # run: ./gradlew build + # - uses: actions/upload-artifact@v4 + # with: + # name: PathWeaver Build + # path: | + # build/allOutputs/ + # retention-days: 7