Commit 0768cc9
committed
Fix path for rules_pkg providers.bzl load
We use PackageVariablesInfo from rules_pkg for versioning. The
previous change bumped the version of our rules_pkg dependency and it
looks like that moved the declaring providers.bzl file change to a
`pkg/` subdir.
This broke our Windows builds/release automation since they use
//:dist_zip. We did not catch this during PR testing because we just
do `npm test`.1 parent 9224d3e commit 0768cc9
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
0 commit comments