diff --git a/config/aarch64/ci.toml b/config/aarch64/ci.toml index 5ae783740..b27a2788a 100644 --- a/config/aarch64/ci.toml +++ b/config/aarch64/ci.toml @@ -23,6 +23,7 @@ installer = {} installer-gui = {} ion = {} kernel = {} +libgcc = {} #nano = {} # error compiling ncurses netdb = {} #netsurf = {} # error building openssl1 diff --git a/config/i686/ci.toml b/config/i686/ci.toml index 44b99e8a2..97e374613 100644 --- a/config/i686/ci.toml +++ b/config/i686/ci.toml @@ -23,6 +23,7 @@ installer = {} installer-gui = {} ion = {} kernel = {} +libgcc = {} nano = {} netdb = {} netsurf = {} diff --git a/config/riscv64gc/ci.toml b/config/riscv64gc/ci.toml index bd928a769..b383e7ac5 100644 --- a/config/riscv64gc/ci.toml +++ b/config/riscv64gc/ci.toml @@ -23,6 +23,7 @@ installer = {} #installer-gui = {} # redox_syscall 0.4 not working on riscv64gc? ion = {} kernel = {} +libgcc = {} #nano = {} # error compiling ncurses netdb = {} #netsurf = {} # error compiling nghttp2 diff --git a/config/x86_64/ci.toml b/config/x86_64/ci.toml index cfd2ae50c..e0cd3f1ca 100644 --- a/config/x86_64/ci.toml +++ b/config/x86_64/ci.toml @@ -84,6 +84,7 @@ kibi = {} lci = {} libc-bench = {} libffi = {} +libgcc = {} libgmp = {} libiconv = {} libjpeg = {}