From bf18b709c8b3e75ea5a80d3fa21b89dde0490c62 Mon Sep 17 00:00:00 2001 From: garyschulte Date: Wed, 11 Dec 2024 11:20:25 -0800 Subject: [PATCH] remove matter-labs bls12 from github actions Signed-off-by: garyschulte --- .github/workflows/build.yml | 25 ------------------------- 1 file changed, 25 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index b40d830d..2f91e353 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -81,10 +81,6 @@ jobs: with: name: blake2bf native build artifacts path: blake2bf/build/ - - uses: actions/upload-artifact@v3.1.0 - with: - name: bls12-381 native build artifacts - path: bls12-381/build/ - uses: actions/upload-artifact@v3.1.0 with: name: secp256k1 native build artifacts @@ -126,10 +122,6 @@ jobs: with: name: blake2bf native build artifacts path: blake2bf/build/ - - uses: actions/upload-artifact@v3.1.0 - with: - name: bls12-381 native build artifacts - path: bls12-381/build/ - uses: actions/upload-artifact@v3.1.0 with: name: secp256k1 native build artifacts @@ -187,10 +179,6 @@ jobs: with: name: blake2bf native build artifacts path: blake2bf/build/ - - uses: actions/upload-artifact@v3.1.0 - with: - name: bls12-381 native build artifacts - path: bls12-381/build/ - uses: actions/upload-artifact@v3.1.0 with: name: secp256k1 native build artifacts @@ -271,10 +259,6 @@ jobs: with: name: blake2bf native build artifacts path: blake2bf/build/ - - uses: actions/upload-artifact@v3.1.0 - with: - name: bls12-381 native build artifacts - path: bls12-381/build/ - uses: actions/upload-artifact@v3.1.0 with: name: secp256k1 native build artifacts @@ -316,11 +300,6 @@ jobs: with: name: blake2bf native build artifacts path: blake2bf/build/ - - name: Download bls12-381 - uses: actions/download-artifact@v3 - with: - name: bls12-381 native build artifacts - path: bls12-381/build/ - name: Download secp256k1 uses: actions/download-artifact@v3 with: @@ -368,10 +347,6 @@ jobs: with: name: jars path: blake2bf/build/libs - - uses: actions/upload-artifact@v3.1.0 - with: - name: jars - path: bls12-381/build/libs - uses: actions/upload-artifact@v3.1.0 with: name: jars