From d755a8884cf8de039ba43955ddff8219f4f1bc2d Mon Sep 17 00:00:00 2001 From: Jieyou Xu Date: Sat, 4 Jul 2026 21:14:20 +0800 Subject: [PATCH] Mirror kernel `3.2.102` under `/rustc/` directly So crosstools-ng has the same unified ci mirror base URL to work with. --- files/rustc/kernel.toml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/files/rustc/kernel.toml b/files/rustc/kernel.toml index 59d9752..5830269 100644 --- a/files/rustc/kernel.toml +++ b/files/rustc/kernel.toml @@ -39,3 +39,13 @@ name = "rustc/kernel/linux-5.19.17.tar.gz" sha256 = "fbfd02954bea5cf3e01a6e5b25423bfc6ad898bf95d32699d03aa456e777ff4c" source = "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/snapshot/linux-5.19.17.tar.gz" license = "GPL-2.0" + +# Unfortunately, crosstools-ng only has a single unified mirror base URL, which +# means we can't mirror kernel artifacts under nested `/rustc/kernel/`, we have +# to do it under `/rustc/` directly. + +[[files]] +name = "rustc/linux-3.2.102.tar.gz" +sha256 = "81098f1aa5bc07c282bdc925dd6b122234dfbf69d1ed6d92075f3925e0c2ac43" +source = "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/snapshot/linux-3.2.102.tar.gz" +license = "GPL-2.0"