Update llvm and rust

This commit is contained in:
Jeremy Soller 2024-05-29 09:54:05 -06:00
parent 09f6ea4b5e
commit 74e18a5fb5
No known key found for this signature in database
GPG Key ID: D02FD439211AF56F
3 changed files with 3 additions and 2 deletions

View File

@ -1,7 +1,7 @@
[source]
git = "https://gitlab.redox-os.org/redox-os/llvm-project.git"
upstream = "https://github.com/rust-lang/llvm-project.git"
branch = "redox-2023-01-21"
branch = "redox-2024-05-11"
[build]
template = "custom"

View File

@ -12,6 +12,7 @@ verbose = 1
[install]
prefix = "install"
sysconfdir = "etc"
[rust]
backtrace = false

View File

@ -1,5 +1,5 @@
GIT=https://gitlab.redox-os.org/redox-os/rust.git
BRANCH=redox-2023-09-07
BRANCH=redox-2024-05-11
BUILD_DEPENDS=(llvm)
DEPENDS="gcc13 cargo"
PREPARE_COPY=0