From 1ffec45e655bcd17c28c6f80e3802ccfd791ea15 Mon Sep 17 00:00:00 2001 From: Martun Karapetyan Date: Sun, 5 May 2024 14:36:33 +0000 Subject: [PATCH] Uplaod all there is, so we can debug it locally. Undo this change. --- .../reusable-generate-proofs-linux.yml | 21 ++++++++++++++----- libs/crypto3 | 2 +- 2 files changed, 17 insertions(+), 6 deletions(-) diff --git a/.github/workflows/reusable-generate-proofs-linux.yml b/.github/workflows/reusable-generate-proofs-linux.yml index afa4faac..856d666d 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.76.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