We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f86e674 + d8759f7 commit 17c4799Copy full SHA for 17c4799
crates.io/rule.bzl
@@ -8,7 +8,6 @@ def _crate_download_impl(ctx: AnalysisContext) -> list[Provider]:
8
archive.as_output(),
9
ctx.attrs.urls[0],
10
sha256 = ctx.attrs.sha256,
11
- is_deferrable = True,
12
)
13
14
output, sub_targets = unarchive(
0 commit comments