From ae10eafb5729524c790f06986563bb57e90aafb9 Mon Sep 17 00:00:00 2001 From: teor Date: Wed, 25 Oct 2023 12:38:34 +1000 Subject: [PATCH] Update Dockerfile features comment (#7815) --- docker/Dockerfile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docker/Dockerfile b/docker/Dockerfile index f27ff99fa..8966ff12c 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -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"