You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(toolchain): set correct return attrs to remove non-hermeticity warning (bazel-contrib#1231)
Fixes the incorrect debug statement when downloading the toolchain for
the first
time asking users to replace "urls" with "url" in the toolchain
definition which
we maintain:
```
$ bazel build ...
... indicated that a canonical reproducible form can be obtained by modifying ...
```
Even though this is seen only once by the user, it may confuse them.
Summary of changes:
- refactor(toolchain): rename a local variable url -> urls
- fix(toolchain): set url return attrs correctly
0 commit comments