From 7e4166327ae53c1c10d65fe3fde450e39a9ad22c Mon Sep 17 00:00:00 2001 From: Wildan M Date: Wed, 4 Feb 2026 06:23:54 +0700 Subject: [PATCH] Rename llvm groups --- config/x86_64/ci.toml | 2 +- recipes/groups/{llvm-common => llvm21-common}/recipe.toml | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename recipes/groups/{llvm-common => llvm21-common}/recipe.toml (100%) diff --git a/config/x86_64/ci.toml b/config/x86_64/ci.toml index cef1fb6d..69a27520 100644 --- a/config/x86_64/ci.toml +++ b/config/x86_64/ci.toml @@ -15,7 +15,7 @@ prompt = false dev-essential = {} dev-redox = {} -llvm-common = {} +llvm21-common = {} mate-common = {} redox-tests = {} x11-minimal = {} diff --git a/recipes/groups/llvm-common/recipe.toml b/recipes/groups/llvm21-common/recipe.toml similarity index 100% rename from recipes/groups/llvm-common/recipe.toml rename to recipes/groups/llvm21-common/recipe.toml