Skip to content

Commit

Permalink
ci: remove git conf which broke performance job
Browse files Browse the repository at this point in the history
The performance job isn't a build blocker, so I didn't notice that my
attempts to try manyFiles (9f52c3 and 82e1a44) within the Nix build
were causing readonly and path problems.
  • Loading branch information
abathur committed Dec 10, 2023
1 parent 17e53d7 commit cef82c2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ci.nix
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ stdenv.mkDerivation {
NIXPKGS="${nixpkgs}";

checkPhase = ''
git config --file $NIXPKGS/.git/config features.manyFiles true
mkdir $out
patchShebangs .
cat tests/head_nixpkgs.bats tests/repo.bash > tests/ephemeral.bats
Expand Down

0 comments on commit cef82c2

Please sign in to comment.