Skip to content

Commit

Permalink
testing: same artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
aalu1418 committed Aug 5, 2024
1 parent 8b2c37c commit fd6027e
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/e2e_custom_cl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,20 +92,22 @@ jobs:
id-token: write
contents: read
runs-on: ubuntu-latest-32cores-128GB
needs: [e2e_custom_build_artifacts]
needs: [e2e_custom_build_artifacts, get_projectserum_version]
steps:
- name: Checkout previous release
uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
with:
ref: v1.0.2
# ref: v1.0.2
ref: v1.1.0
- uses: actions/download-artifact@v4
with:
name: artifacts
path: ./temp/artifacts
- name: build contracts
run: |
# TODO: make dynamic container
docker run -d -v $(pwd):/repo --name build-container projectserum/build:v0.25.0 tail -f /dev/null
# docker run -d -v "$(pwd)":/repo --name build-container projectserum/build:v0.25.0 tail -f /dev/null
docker run -d -v "$(pwd)":/repo --name build-container backpackapp/build:${{ needs.get_projectserum_version.outputs.projectserum_version }} tail -f /dev/null
# build with keys
docker exec build-container bash -c "\
export RUSTUP_HOME=\"/root/.rustup\" &&\
Expand Down

0 comments on commit fd6027e

Please sign in to comment.