Skip to content

Commit 13857c4

Browse files
committed
Update toolchain version
1 parent a97057c commit 13857c4

File tree

5 files changed

+103
-451
lines changed

5 files changed

+103
-451
lines changed

assets/MODULE.bazel.lock

Lines changed: 12 additions & 48 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

assets/update.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ def sha256(url):
3333
return hashlib.file_digest(response.raw, "sha256").hexdigest()
3434

3535
def cmake(assets):
36-
with open(Path(__file__).resolve().parent.parent / "cmake/portable_cc_toolchain/assets.cmake", "w") as f:
36+
with open(Path(__file__).resolve().parent.parent / "cmake/portable_cc_toolchain/private/assets.cmake", "w") as f:
3737
for asset in assets:
3838
name = asset["name"].removesuffix(".tar.xz")
3939
url = asset["browser_download_url"]

0 commit comments

Comments
 (0)