From d80823e59166e2f3d02864752bf0996907757d72 Mon Sep 17 00:00:00 2001
From: Jeremy Soller <jackpot51@gmail.com>
Date: Sat, 11 Feb 2023 14:06:28 -0700
Subject: [PATCH] Update llvm and rust packages

---
 recipes/llvm/recipe.toml | 2 +-
 recipes/rust/config.toml | 1 +
 recipes/rust/recipe.sh   | 2 +-
 3 files changed, 3 insertions(+), 2 deletions(-)

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