Merge pull request #236130 from figsoda/verify-cargo-deps
treewide: unset verifyCargoDeps
This commit is contained in:
commit
c123fb09be
@ -4,15 +4,10 @@
|
||||
, fetchFromGitHub
|
||||
, lib
|
||||
, rustPlatform
|
||||
, IOKit
|
||||
, Security
|
||||
, AppKit
|
||||
, pkg-config
|
||||
, udev
|
||||
, zlib
|
||||
, protobuf
|
||||
, clang
|
||||
, llvm
|
||||
, openssl
|
||||
, libclang
|
||||
, rustfmt
|
||||
@ -63,7 +58,6 @@ rustPlatform.buildRustPackage rec {
|
||||
|
||||
# partly inspired by https://github.com/obsidiansystems/solana-bridges/blob/develop/default.nix#L29
|
||||
inherit cargoSha256;
|
||||
verifyCargoDeps = true;
|
||||
|
||||
cargoBuildFlags = builtins.map (n: "--bin=${n}") solanaPkgs;
|
||||
|
||||
|
@ -60,7 +60,6 @@ rustPlatform.buildRustPackage rec {
|
||||
};
|
||||
|
||||
strictDeps = true;
|
||||
verifyCargoDeps = true;
|
||||
cargoBuildFlags = builtins.map (n: "--bin=${n}") solanaPkgs;
|
||||
|
||||
# Even tho the tests work, a shit ton of them try to connect to a local RPC
|
||||
|
@ -17,7 +17,6 @@ rustPlatform.buildRustPackage rec {
|
||||
]);
|
||||
|
||||
cargoSha256 = "sha256:1dpdlzv96kpc25yf5jgsz9qldghyw35x382qpxhkadkn5dryzjvd";
|
||||
verifyCargoDeps = true;
|
||||
|
||||
# Tests perform networking and therefore can't work in sandbox
|
||||
doCheck = false;
|
||||
|
@ -5,7 +5,6 @@
|
||||
, openssl
|
||||
, zlib
|
||||
, stdenv
|
||||
, darwin
|
||||
, libssh2
|
||||
, libgit2
|
||||
, IOKit
|
||||
@ -25,7 +24,6 @@ rustPlatform.buildRustPackage rec {
|
||||
};
|
||||
|
||||
cargoSha256 = "sha256-wUVNsUx7JS5icjxbz3CV1lNUvuuL+gTL2QzuE+030WU=";
|
||||
verifyCargoDeps = true;
|
||||
|
||||
# needed to get libssh2/libgit2 to link properly
|
||||
LIBGIT2_SYS_USE_PKG_CONFIG = true;
|
||||
|
@ -36046,9 +36046,7 @@ with pkgs;
|
||||
|
||||
solana-cli = callPackage ../applications/blockchains/solana { };
|
||||
|
||||
solana-validator = callPackage ../applications/blockchains/solana-validator {
|
||||
inherit (darwin.apple_sdk.frameworks) IOKit Security AppKit;
|
||||
};
|
||||
solana-validator = callPackage ../applications/blockchains/solana-validator { };
|
||||
|
||||
snarkos = callPackage ../applications/blockchains/snarkos {
|
||||
inherit (darwin.apple_sdk.frameworks) Security;
|
||||
|
Loading…
Reference in New Issue
Block a user