Skip to content

Commit

Permalink
geez
Browse files Browse the repository at this point in the history
  • Loading branch information
tgolsson committed Oct 27, 2023
1 parent 317bdb0 commit bfe01ef
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@ def __exit__(self, exc_type, exc_val, exc_tb):
@rule(desc="Get Rust toolchain", level=LogLevel.DEBUG)
async def get_rust_toolchain(request: RustToolchainRequest) -> RustToolchain:
rustup_binary = await Get(RustupBinary, RustupBinaryRequest())

lock_file_path = os.path.join(get_pants_cachedir(), "locks", ".rustup")
with FileLock(lock_file_path):
_ = await Get(
Expand Down

0 comments on commit bfe01ef

Please sign in to comment.