Update llvm and rust packages

This commit is contained in:
Jeremy Soller 2023-02-11 14:06:28 -07:00
parent 13ac5485ce
commit d80823e591
No known key found for this signature in database
GPG Key ID: DCFCA852D3906975
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-2022-03-18"
branch = "redox-2023-01-21"
[build]
template = "custom"

View File

@ -1,4 +1,5 @@
[llvm]
download-ci-llvm = false
static-libstdcpp = true
[build]

View File

@ -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