]> Untitled Git - bdk/commitdiff
ci: fix build-test job with --no-default-features, add miniscript/no-std
authorSteve Myers <steve@notmandatory.org>
Tue, 1 Oct 2024 19:33:27 +0000 (14:33 -0500)
committerSteve Myers <steve@notmandatory.org>
Tue, 1 Oct 2024 19:35:48 +0000 (14:35 -0500)
Until rust-miniscript removes the no-std feature we need to enable it
when --no-default-features is used to build bdk_wallet or the
whole workspace. See also the check-no-std job which does the same plus
enables the bdk_chain/hashbrown feature which is also needed to build
bdk_wallet with --no-default-features but is already enabled when
building the whole workspace.

.github/workflows/cont_integration.yml

index 76e2795e45007822f9b3a5b4321263f33a065f82..43b041d88494e3344a668fc4e31c996c971f6435 100644 (file)
@@ -25,7 +25,7 @@ jobs:
             clippy: true
           - version: 1.63.0 # MSRV
         features:
-          - --no-default-features
+          - --no-default-features --features miniscript/no-std
           - --all-features
     steps:
       - name: checkout