llvm18-shared: reuse llvm18 source

This commit is contained in:
Jeremy Soller 2025-05-04 21:00:50 -06:00
parent 9772ec2a7f
commit ce45360e81
No known key found for this signature in database
GPG Key ID: 670FDFB5428E05CA

View File

@ -1,7 +1,5 @@
[source]
git = "https://gitlab.redox-os.org/redox-os/llvm-project.git"
upstream = "https://github.com/rust-lang/llvm-project.git"
branch = "redox-2024-05-11"
same_as = "../llvm18"
[build]
template = "custom"
@ -79,9 +77,3 @@ mv -vT "${COOKBOOK_STAGE}"/usr/share "${COOKBOOK_STAGE}/share"
rmdir -v "${COOKBOOK_STAGE}"/usr
set +x
"""
[package]
dependencies = [
"zlib"
]