Skip to content

Commit 1847ccd

Browse files
committed
ci(doc): ensure release binaries expose turnkey signer
1 parent 7418317 commit 1847ccd

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

.github/workflows/docker-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ env:
2525

2626
# Keep in sync with `release.yml`.
2727
RUST_PROFILE: maxperf
28-
RUST_FEATURES: aws-kms,gcp-kms,cli,asm-keccak,js-tracer
28+
RUST_FEATURES: aws-kms,gcp-kms,turnkey,cli,asm-keccak,js-tracer
2929

3030
jobs:
3131
build:

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ env:
1919

2020
# Keep in sync with `docker-publish.yml`.
2121
RUST_PROFILE: maxperf
22-
RUST_FEATURES: aws-kms,gcp-kms,cli,asm-keccak,js-tracer
22+
RUST_FEATURES: aws-kms,gcp-kms,turnkey,cli,asm-keccak,js-tracer
2323

2424
LAST_STABLE_VERSION: "v1.4.4"
2525

docs/dev/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,10 @@ We use [cargo-nextest][nextest] as the test runner.
7979

8080
If `make test` passes locally, that's a good sign that CI will be green as well.
8181

82+
## Release Features
83+
84+
Nightly/stable release builds derive their enabled functionality from the shared `RUST_FEATURES` environment variable in `.github/workflows/release.yml` and `.github/workflows/docker-publish.yml`. Keep that list aligned with the default `FEATURES` value in the root `Makefile` so published artifacts expose the same CLI surface area (wallet backends, allocators, tracers, etc.) as local builds.
85+
8286
[foundry-book]: https://book.getfoundry.sh
8387
[cargo-workspace]: https://doc.rust-lang.org/book/ch14-03-cargo-workspaces.html
8488
[nextest]: https://nexte.st/

0 commit comments

Comments
 (0)