diff --git a/recipes/llvm/recipe.toml b/recipes/llvm/recipe.toml index 41e98cf34..a59ee7e54 100644 --- a/recipes/llvm/recipe.toml +++ b/recipes/llvm/recipe.toml @@ -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" diff --git a/recipes/rust/config.toml b/recipes/rust/config.toml index 45578d350..53a16b1dd 100644 --- a/recipes/rust/config.toml +++ b/recipes/rust/config.toml @@ -1,4 +1,5 @@ [llvm] +download-ci-llvm = false static-libstdcpp = true [build] diff --git a/recipes/rust/recipe.sh b/recipes/rust/recipe.sh index 6bc591334..3be9c9801 100644 --- a/recipes/rust/recipe.sh +++ b/recipes/rust/recipe.sh @@ -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