mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-24 13:54:19 +08:00
Update llvm and rust
This commit is contained in:
parent
09f6ea4b5e
commit
74e18a5fb5
@ -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"
|
||||
|
||||
@ -12,6 +12,7 @@ verbose = 1
|
||||
|
||||
[install]
|
||||
prefix = "install"
|
||||
sysconfdir = "etc"
|
||||
|
||||
[rust]
|
||||
backtrace = false
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user