Skip to content

Commit

Permalink
WIP: Reordering this dict somehow fixes !1872. (#1874)
Browse files Browse the repository at this point in the history
I need more time to debug this but more context is here:

  #1872
  • Loading branch information
gravypod authored May 26, 2021
1 parent a96b501 commit 1c9c022
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/package_managers/install_pkgs.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -202,8 +202,8 @@ _attrs = {
}

_outputs = {
"build_script": "%{name}.build",
"out": "%{name}.tar",
"build_script": "%{name}.build",
}

# Export install_pkgs rule for other bazel rules to depend on.
Expand Down

0 comments on commit 1c9c022

Please sign in to comment.