Skip to content

Commit 1c9c022

Browse files
authored
WIP: Reordering this dict somehow fixes !1872. (#1874)
I need more time to debug this but more context is here: #1872
1 parent a96b501 commit 1c9c022

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/package_managers/install_pkgs.bzl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,8 +202,8 @@ _attrs = {
202202
}
203203

204204
_outputs = {
205-
"build_script": "%{name}.build",
206205
"out": "%{name}.tar",
206+
"build_script": "%{name}.build",
207207
}
208208

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

0 commit comments

Comments
 (0)