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.
1 parent f86e674 commit d8759f7Copy full SHA for d8759f7
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