From 74e18a5fb51dd8da6f4b49ee39fc7ccba58c5e65 Mon Sep 17 00:00:00 2001 From: Jeremy Soller <jackpot51@gmail.com> Date: Wed, 29 May 2024 09:54:05 -0600 Subject: [PATCH] Update llvm and rust --- recipes/dev/llvm/recipe.toml | 2 +- recipes/dev/rust/config.toml | 1 + recipes/dev/rust/recipe.sh | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/recipes/dev/llvm/recipe.toml b/recipes/dev/llvm/recipe.toml index 4f160c75a..daeb31adb 100644 --- a/recipes/dev/llvm/recipe.toml +++ b/recipes/dev/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-2023-01-21" +branch = "redox-2024-05-11" [build] template = "custom" diff --git a/recipes/dev/rust/config.toml b/recipes/dev/rust/config.toml index b68ef0c24..40a3dd016 100644 --- a/recipes/dev/rust/config.toml +++ b/recipes/dev/rust/config.toml @@ -12,6 +12,7 @@ verbose = 1 [install] prefix = "install" +sysconfdir = "etc" [rust] backtrace = false diff --git a/recipes/dev/rust/recipe.sh b/recipes/dev/rust/recipe.sh index 166d23a39..81cd8a97e 100644 --- a/recipes/dev/rust/recipe.sh +++ b/recipes/dev/rust/recipe.sh @@ -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 -- GitLab