There was an error while loading. Please reload this page.
1 parent ad73868 commit 4066340Copy full SHA for 4066340
1 file changed
packages/clients/execution/reth/default.nix
@@ -28,9 +28,10 @@ rustPlatform.buildRustPackage rec {
28
29
nativeBuildInputs = [clang rustPlatform.bindgenHook];
30
31
- checkFlags = [
32
- "--skip=cli::tests::override_trusted_setup_file"
33
- ];
+ # Shouldn't build
+ # checkFlags = [
+ # "--skip=cli::tests::override_trusted_setup_file"
34
+ # ];
35
36
# Needed by libmdx
37
LIBCLANG_PATH = "${llvmPackages.libclang.lib}/lib";
0 commit comments