From eeb987e4e3f0671ef8d0f87f8408a2d920c3140c Mon Sep 17 00:00:00 2001 From: Ubiratan Soares Date: Wed, 26 Aug 2026 18:16:14 +0200 Subject: [PATCH] add mirror for illumos --- files/rustc/illumos.toml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 files/rustc/illumos.toml diff --git a/files/rustc/illumos.toml b/files/rustc/illumos.toml new file mode 100644 index 0000000..0faec26 --- /dev/null +++ b/files/rustc/illumos.toml @@ -0,0 +1,5 @@ +[[files]] +name = "rustc/illumos-sysroot-i386-20210501-e0b4275f34-v0.tar.gz" +source = "https://github.com/illumos/sysroot/releases/download/20210501-e0b4275f34-v0/illumos-sysroot-i386-20210501-e0b4275f34-v0.tar.gz" +sha256 = "28d8f4f6d84331ff1e99ac3d68b917cf8174897a5c00171c5e493253eb1587f6" +license = "CDDL-1.0"