1

remove @bazel_skylib dependency (again)

This was accidentally included in
d61aab183e434d48783dbaa2fdb9e39714217637
This commit is contained in:
Motiejus Jakštys
2023-04-24 10:18:34 +03:00
committed by Motiejus Jakštys
parent 0e12e84103
commit 92067b5d85
2 changed files with 10 additions and 4 deletions

View File

@@ -218,7 +218,7 @@ def _zig_repository_impl(repository_ctx):
print("Launcher compilation failed. Clearing %s/{%s} and retrying" %
(cache_prefix, ",".join(zig_cache_dirs)))
for d in zig_cache_dirs:
repository_ctx.delete(paths.join(cache_prefix, d))
repository_ctx.delete(_paths_join(cache_prefix, d))
ret = repository_ctx.execute(
compile_cmd,