From 0456f21bd171a01bdd28accd8ab6285097836d2c Mon Sep 17 00:00:00 2001 From: Jieyou Xu Date: Sun, 5 Jul 2026 16:59:11 +0800 Subject: [PATCH] ci: mirror ubuntu rootfs and busybox used by `armhf-gnu` --- files/rustc/busybox.toml | 5 +++++ files/rustc/ubuntu.toml | 5 +++++ 2 files changed, 10 insertions(+) create mode 100644 files/rustc/busybox.toml create mode 100644 files/rustc/ubuntu.toml diff --git a/files/rustc/busybox.toml b/files/rustc/busybox.toml new file mode 100644 index 0000000..6a514dc --- /dev/null +++ b/files/rustc/busybox.toml @@ -0,0 +1,5 @@ +[[files]] +name = "rustc/busybox/busybox-1.32.1.tar.bz2" +sha256 = "9d57c4bd33974140fd4111260468af22856f12f5b5ef7c70c8d9b75c712a0dee" +source = "https://www.busybox.net/downloads/busybox-1.32.1.tar.bz2" +license = "GPL-2.0" diff --git a/files/rustc/ubuntu.toml b/files/rustc/ubuntu.toml new file mode 100644 index 0000000..9a3d1ee --- /dev/null +++ b/files/rustc/ubuntu.toml @@ -0,0 +1,5 @@ +[[files]] +name = "rustc/ubuntu/ubuntu-base-22.04.2-base-armhf.tar.gz" +sha256 = "244e2d2a95d8fa1481c67138012b6ffedd684fc37a53b890f8c29e6abf02e14d" +source = "https://cdimage.ubuntu.com/ubuntu-base/releases/22.04/release/ubuntu-base-22.04.2-base-armhf.tar.gz" +license = "https://canonical.com/legal/intellectual-property-policy"