diff --git a/.github/workflows/reusable-generate-proofs-linux.yml b/.github/workflows/reusable-generate-proofs-linux.yml index afa4faac..031196be 100644 --- a/.github/workflows/reusable-generate-proofs-linux.yml +++ b/.github/workflows/reusable-generate-proofs-linux.yml @@ -33,7 +33,7 @@ on: type: string description: "Version of Boost to install" required: false - default: '1.83.0' + default: '1.78.0' outputs: artifact-name: @@ -168,10 +168,19 @@ jobs: echo "targets from input: ${targets_str}" ${{ github.workspace }}/tests/make_proof_for_pairs.sh ${extra_args} ${targets_str} - - name: Remove all except proof.bin files - working-directory: ${{ steps.strings.outputs.artifact-dir }} - run: | - find . -type f ! -name 'proof.bin' -exec rm {} + + - name: Upload all there is for debugging, Martun delete this + # Only from a single matrix configuration. Assuming everyone produce the same results if not failed. + if: matrix.cpp-compiler == 'g++' && matrix.build-type == 'Release' + uses: actions/upload-artifact@v3 + with: + name: all_there_is + path: | + ${{ github.workspace }} + +# - name: Remove all except proof.bin files +# working-directory: ${{ steps.strings.outputs.artifact-dir }} +# run: | +# find . -type f ! -name 'proof.bin' -exec rm {} + - name: Set artifact name output id: set-artifact-name @@ -186,3 +195,5 @@ jobs: name: ${{ steps.set-artifact-name.outputs.artifact-name }} path: | ${{ steps.strings.outputs.artifact-dir }} + + diff --git a/libs/crypto3 b/libs/crypto3 index 7988dd67..3baf206b 160000 --- a/libs/crypto3 +++ b/libs/crypto3 @@ -1 +1 @@ -Subproject commit 7988dd676ede9afe964fa80b84c3da33ee45a9aa +Subproject commit 3baf206b26857ab93559da8ad93bc7400ad4c43e