Skip to content

Commit 1058fbb

Browse files
committed
tools: pin sccache on all platforms to fix benchmark CI job
Signed-off-by: Tim Perry <pimterry@gmail.com>
1 parent 2b3e3db commit 1058fbb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

‎tools/nix/pkgs.nix‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ if builtins.currentSystem == "x86_64-darwin" then
1414
(import ./pkgs-26.05.nix arg)
1515
else
1616
nixpkgs
17-
// nixpkgs.lib.optionalAttrs (with nixpkgs.stdenv.hostPlatform; isLinux && isx86_64) {
17+
// {
1818
# TODO: remove pin once https://github.com/mozilla/sccache/issues/2869 is resolved
1919
sccache = nixpkgs.callPackage (builtins.fetchurl {
2020
url = "${repo}/raw/aff8a0b28396750446e5537a96461bc4facdb287/pkgs/by-name/sc/sccache/package.nix";

0 commit comments

Comments
 (0)