Skip to content

Commit

Permalink
Pin version of git used install_pkgs_reproducibility_test
Browse files Browse the repository at this point in the history
download_pkgs is not hermetic as it goes out to the package repository to fetch packages.
If the remote apt repository gets updated, the bazel cache can get into a weird state.
  • Loading branch information
laurynaslubys committed Apr 25, 2022
1 parent 6ea707b commit 273c5d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/docker/package_managers/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ download_pkgs(
name = "download_pkg_git",
image_tar = "@ubuntu1604//:ubuntu1604_vanilla.tar",
packages = [
"git",
"git=1:2.7.4-0ubuntu1",
],
)

Expand Down

0 comments on commit 273c5d3

Please sign in to comment.