Skip to content

Commit 4066340

Browse files
selfuryonaldoborrero
authored andcommitted
fix: broken build to test ci
1 parent ad73868 commit 4066340

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

packages/clients/execution/reth/default.nix

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,10 @@ rustPlatform.buildRustPackage rec {
2828

2929
nativeBuildInputs = [clang rustPlatform.bindgenHook];
3030

31-
checkFlags = [
32-
"--skip=cli::tests::override_trusted_setup_file"
33-
];
31+
# Shouldn't build
32+
# checkFlags = [
33+
# "--skip=cli::tests::override_trusted_setup_file"
34+
# ];
3435

3536
# Needed by libmdx
3637
LIBCLANG_PATH = "${llvmPackages.libclang.lib}/lib";

0 commit comments

Comments
 (0)