Skip to content

Commit

Permalink
Remove clear deps as a test to fix dataplane CI
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-noland committed Jan 27, 2025
1 parent 40470ac commit 10a26ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -606,7 +606,7 @@ rec {
pkgs.release.gnu64.glibc.dev
pkgs.dev.gnu64.glibc.out
pkgs.release.gnu64.glibc.out
] ++ (map clearDeps sysroots);
] ++ (sysroots);
inherit maxLayers;
};
doc-env = toolchainPkgs.dockerTools.buildLayeredImage {
Expand Down

0 comments on commit 10a26ce

Please sign in to comment.