Skip to content

Commit

Permalink
chromiumchecker: Switch prebuilt Clang url to use .tar.xz
Browse files Browse the repository at this point in the history
The gzip archives aren't produced anymore:

https://chromium-review.googlesource.com/c/chromium/src/+/5544198

Signed-off-by: Ryan Gonzalez <ryan.gonzalez@collabora.com>
  • Loading branch information
refi64 committed Sep 18, 2024
1 parent a01c775 commit 5983bdd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/checkers/chromiumchecker.py
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ class LLVMPrebuiltComponent(LLVMComponent):

_PREBUILT_URL_FORMAT = (
"https://commondatastorage.googleapis.com"
"/chromium-browser-clang/Linux_x64/clang-{revision}-{sub_revision}.tgz"
"/chromium-browser-clang/Linux_x64/clang-{revision}-{sub_revision}.tar.xz"
)

async def check(self) -> None:
Expand Down

0 comments on commit 5983bdd

Please sign in to comment.