repository_rule: depend on $BAZEL_ZIG_CC_CACHE_PREFIX
Otherwise the repository doesn't get re-downloaded/wiped when this parameter changes.
This commit is contained in:
parent
2f0ae4affa
commit
bf32b5ee92
@ -232,6 +232,7 @@ zig_repository = repository_rule(
|
|||||||
"host_platform_include_root": attr.string_dict(),
|
"host_platform_include_root": attr.string_dict(),
|
||||||
"host_platform_ext": attr.string_dict(),
|
"host_platform_ext": attr.string_dict(),
|
||||||
},
|
},
|
||||||
|
environ = ["BAZEL_ZIG_CC_CACHE_PREFIX"],
|
||||||
implementation = _zig_repository_impl,
|
implementation = _zig_repository_impl,
|
||||||
)
|
)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user