From a4e41772011afb50e2bb6ea9f58d4f29fd00e08a Mon Sep 17 00:00:00 2001 From: Jeremy Soller Date: Fri, 21 Feb 2025 10:36:02 -0700 Subject: [PATCH] Remove init from ci config --- config/aarch64/ci.toml | 1 - config/x86_64/ci.toml | 1 - 2 files changed, 2 deletions(-) diff --git a/config/aarch64/ci.toml b/config/aarch64/ci.toml index f37515c0..ae85fbf4 100644 --- a/config/aarch64/ci.toml +++ b/config/aarch64/ci.toml @@ -72,7 +72,6 @@ gnu-make = {} harfbuzz = {} #hematite = {} # needs crate patches for redox-unix hicolor-icon-theme = {} -init = {} initfs = {} installer = {} installer-gui = {} diff --git a/config/x86_64/ci.toml b/config/x86_64/ci.toml index f3afa652..da747d0b 100644 --- a/config/x86_64/ci.toml +++ b/config/x86_64/ci.toml @@ -75,7 +75,6 @@ gnu-make = {} #harfbuzz = {} # depends on glib which does not build #hematite = {} # needs crate patches for redox-unix hicolor-icon-theme = {} -init = {} initfs = {} installer = {} installer-gui = {}