Skip to content

Commit

Permalink
fix: disable rust-proto-check in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
PoisonPhang committed May 11, 2024
1 parent cacf772 commit fc4d549
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/rust-proto.nix
Original file line number Diff line number Diff line change
Expand Up @@ -375,7 +375,7 @@
});

checks = {
rust-proto-check = mkCi (system == "x86_64-linux") (pkgs.stdenv.mkDerivation {
rust-proto-check = mkCi false (pkgs.stdenv.mkDerivation {
name = "rust-proto-is-committed";
description = "check that rust protos in git repo are the same as those that are generated in rust-proto derivation";
src = ../.;
Expand Down

0 comments on commit fc4d549

Please sign in to comment.