Skip to content

Commit

Permalink
bump gcc
Browse files Browse the repository at this point in the history
  • Loading branch information
Mic92 committed Sep 16, 2024
1 parent 2894b1a commit 555e38e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion envs/spec-benchmark/shell.nix
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
}:

let
specgcc = pkgs.gcc6;
# does it still work with the latest version? we had gcc6 before
specgcc = pkgs.gcc;

fixWrapper = pkgs.runCommand "fix-wrapper" {} ''
mkdir -p $out/bin
Expand Down

0 comments on commit 555e38e

Please sign in to comment.