Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions pkgs/by-name/fi/fish/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,8 @@ stdenv.mkDerivation (finalAttrs: {
FISH_BUILD_VERSION = finalAttrs.version;
# Skip tests that are known to be flaky in CI
CI = 1;
# really skip them all https://github.com/fish-shell/fish-shell/issues/12253#issuecomment-3707996020
FISH_CI_SAN = 1;
};

cargoDeps = rustPlatform.fetchCargoVendor {
Expand Down
Loading