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