Skip to content

Commit

Permalink
Uplaod all there is, so we can debug it locally. Undo this change.
Browse files Browse the repository at this point in the history
  • Loading branch information
martun committed May 7, 2024
1 parent 1a51db9 commit 426f3ba
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 6 deletions.
21 changes: 16 additions & 5 deletions .github/workflows/reusable-generate-proofs-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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
Expand All @@ -186,3 +195,5 @@ jobs:
name: ${{ steps.set-artifact-name.outputs.artifact-name }}
path: |
${{ steps.strings.outputs.artifact-dir }}
2 changes: 1 addition & 1 deletion libs/crypto3
Submodule crypto3 updated 2 files
+1 −1 libs/hash
+1 −1 libs/zk

0 comments on commit 426f3ba

Please sign in to comment.