Skip to content

Commit

Permalink
Update Dockerfile features comment (#7815)
Browse files Browse the repository at this point in the history
  • Loading branch information
teor2345 authored Oct 25, 2023
1 parent aad883b commit ae10eaf
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,9 @@
# Each stage must define the build arguments (ARGs) it uses.
#
# Build zebrad with these features
# Keep these in sync with:
# https://github.com/ZcashFoundation/zebra/blob/main/.github/workflows/sub-build-docker-image.yml#L37
#
# Keep these argument defaults in sync with GitHub vars.RUST_PROD_FEATURES and vars.RUST_TEST_FEATURES
# https://github.com/ZcashFoundation/zebra/settings/variables/actions
ARG FEATURES="default-release-binaries"
ARG TEST_FEATURES="lightwalletd-grpc-tests zebra-checkpoints"

Expand Down

0 comments on commit ae10eaf

Please sign in to comment.