mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-22 21:04:18 +08:00
Update llvm and rust packages
This commit is contained in:
parent
13ac5485ce
commit
d80823e591
@ -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-2022-03-18"
|
||||
branch = "redox-2023-01-21"
|
||||
|
||||
[build]
|
||||
template = "custom"
|
||||
|
||||
@ -1,4 +1,5 @@
|
||||
[llvm]
|
||||
download-ci-llvm = false
|
||||
static-libstdcpp = true
|
||||
|
||||
[build]
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
GIT=https://gitlab.redox-os.org/redox-os/rust.git
|
||||
BRANCH=redox-2022-03-18
|
||||
BRANCH=redox-2023-01-21
|
||||
BUILD_DEPENDS=(llvm)
|
||||
DEPENDS="gcc cargo"
|
||||
PREPARE_COPY=0
|
||||
|
||||
Loading…
Reference in New Issue
Block a user