mirror of
https://github.com/aljazceru/cdk.git
synced 2026-02-08 22:55:54 +01:00
chore: add cdk-redb to precommit check
This commit is contained in:
@@ -20,7 +20,7 @@
|
||||
flakeboxLib = flakebox.lib.${system} { };
|
||||
rustSrc = flakeboxLib.filterSubPaths {
|
||||
root = builtins.path {
|
||||
name = "cashu-sdk";
|
||||
name = "cdk";
|
||||
path = ./.;
|
||||
};
|
||||
paths = [ "crates/cashu" "crates/cashu-sdk" ];
|
||||
@@ -30,7 +30,7 @@
|
||||
toolchainsStd = flakeboxLib.mkStdToolchains { };
|
||||
|
||||
toolchainNative = flakeboxLib.mkFenixToolchain {
|
||||
targets = (pkgs.lib.getAttrs [ "default" ] targetsStd);
|
||||
targets = (pkgs.lib.getAttrs [ "default" "wasm32-unknown" ] targetsStd);
|
||||
};
|
||||
|
||||
commonArgs = {
|
||||
|
||||
@@ -28,6 +28,9 @@ buildargs=(
|
||||
"-p cdk --no-default-features --features wallet"
|
||||
"-p cdk --no-default-features --features mint"
|
||||
"-p cdk --no-default-features --features nut13"
|
||||
"-p cdk-redb"
|
||||
"-p cdk-redb --no-default-features --features wallet"
|
||||
"-p cdk-redb --no-default-features --features mint"
|
||||
)
|
||||
|
||||
for arg in "${buildargs[@]}"; do
|
||||
|
||||
Reference in New Issue
Block a user