Skip to content

Commit 76842eb

Browse files
Apply Emma's commits for grabbing binaries from release artifacts
1 parent cc98d30 commit 76842eb

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

PCbuild/get_external.py

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,7 @@
1717

1818
# Mapping of binary dependency tag to GitHub release asset ID
1919
TAG_TO_ASSET_ID = {
20-
'libffi-3.4.4': 280027073,
21-
'openssl-bin-3.0.16.2': 280041244,
22-
'tcltk-8.6.15.0': 280042163,
23-
'nasm-2.11.06': 280042740,
24-
'llvm-19.1.7.0': 280052497,
20+
'llvm-20.1.8.0': 301710576,
2521
}
2622

2723

0 commit comments

Comments
 (0)