Skip to content

fix: prevent race in download of plugins#2810

Merged
avik-pal merged 2 commits intomainfrom
ap/fix_multiple_installations
Apr 11, 2026
Merged

fix: prevent race in download of plugins#2810
avik-pal merged 2 commits intomainfrom
ap/fix_multiple_installations

Conversation

@avik-pal
Copy link
Copy Markdown
Collaborator

No description provided.

Comment thread src/accelerators/Metal.jl Outdated
end,
zip_file_path,
)
run(pipeline(`$(p7zip()) x -tzip -o$(tmp_dir) -- $(zip_file_path)`, devnull))
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[JuliaFormatter] reported by reviewdog 🐶

Suggested change
run(pipeline(`$(p7zip()) x -tzip -o$(tmp_dir) -- $(zip_file_path)`, devnull))
run(
pipeline(`$(p7zip()) x -tzip -o$(tmp_dir) -- $(zip_file_path)`, devnull)
)

Comment thread src/accelerators/TPU.jl Outdated
"https://storage.googleapis.com/libtpu-nightly-releases/wheels/libtpu/libtpu-$(LIBTPU_VERSION)+nightly-cp314-cp314-manylinux_2_31_x86_64.whl",
zip_file_path,
)
run(pipeline(`$(p7zip()) x -tzip -o$(tmp_dir) -- $(zip_file_path)`, devnull))
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[JuliaFormatter] reported by reviewdog 🐶

Suggested change
run(pipeline(`$(p7zip()) x -tzip -o$(tmp_dir) -- $(zip_file_path)`, devnull))
run(
pipeline(`$(p7zip()) x -tzip -o$(tmp_dir) -- $(zip_file_path)`, devnull)
)

Comment thread src/accelerators/TT.jl Outdated
end
@debug "Downloading TT PJRT plugin from '$(wheel_url)'"
Downloads.download(wheel_url, zip_file_path)
run(pipeline(`$(p7zip()) x -tzip -o$(tmp_dir) -- $(zip_file_path)`, devnull))
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[JuliaFormatter] reported by reviewdog 🐶

Suggested change
run(pipeline(`$(p7zip()) x -tzip -o$(tmp_dir) -- $(zip_file_path)`, devnull))
run(
pipeline(
`$(p7zip()) x -tzip -o$(tmp_dir) -- $(zip_file_path)`, devnull
),
)

@avik-pal avik-pal force-pushed the ap/fix_multiple_installations branch from e1d7559 to c182f04 Compare April 11, 2026 15:11
@avik-pal avik-pal merged commit e1f0382 into main Apr 11, 2026
84 of 127 checks passed
@avik-pal avik-pal deleted the ap/fix_multiple_installations branch April 11, 2026 16:11
@avik-pal avik-pal restored the ap/fix_multiple_installations branch April 18, 2026 12:46
@giordano giordano deleted the ap/fix_multiple_installations branch April 18, 2026 18:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants