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 0373146 + 2f4cfae commit 9b5b309Copy full SHA for 9b5b309
stage1/defs.bzl
@@ -90,7 +90,7 @@ def _sysroot_impl(ctx: AnalysisContext) -> list[Provider]:
90
path = "lib/rustlib/{}/lib/{}".format(rustc_target_triple, artifact.basename)
91
sysroot[path] = artifact
92
93
- sysroot = ctx.actions.symlinked_dir("sysroot", sysroot)
+ sysroot = ctx.actions.copied_dir("sysroot", sysroot)
94
return [DefaultInfo(default_output = sysroot)]
95
96
sysroot = rule(
0 commit comments