Skip to content

Commit

Permalink
ref(build)!: use official lightwallted image for CI (#8323)
Browse files Browse the repository at this point in the history
  • Loading branch information
gustavovalverde authored Feb 29, 2024
1 parent 6a6f286 commit 56fca2c
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 232 deletions.
1 change: 0 additions & 1 deletion .github/workflows/chore-delete-gcp-resources.yml
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,5 @@ jobs:
with:
args: >-
-repo=us-docker.pkg.dev/${{ vars.GCP_PROJECT }}/zebra/zebrad-test
-repo=us-docker.pkg.dev/${{ vars.GCP_PROJECT }}/zebra/lightwalletd
-grace=${{ env.DELETE_IMAGE_HOURS }}
-keep=${{ env.KEEP_LATEST_IMAGE_COUNT }}
20 changes: 0 additions & 20 deletions .github/workflows/sub-build-lightwalletd.patch.yml

This file was deleted.

149 changes: 0 additions & 149 deletions .github/workflows/sub-build-lightwalletd.yml

This file was deleted.

2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ ENV CARGO_HOME="/opt/zebrad/.cargo/"
# An entrypoint.sh is only available in this step for easier test handling with variables.
FROM deps AS tests

COPY --from=us-docker.pkg.dev/zfnd-dev-zebra/zebra/lightwalletd:edge /opt/lightwalletd /usr/local/bin
COPY --from=electriccoinco/lightwalletd:latest /usr/local/bin/lightwalletd /usr/local/bin/

# cargo uses timestamps for its cache, so they need to be in this order:
# unmodified source files < previous build cache < modified source files
Expand Down
61 changes: 0 additions & 61 deletions docker/zcash-lightwalletd/Dockerfile

This file was deleted.

0 comments on commit 56fca2c

Please sign in to comment.