From 5404cae76ce8f836db04a0335d43a266b568be56 Mon Sep 17 00:00:00 2001 From: Petr Hrdina Date: Sun, 22 Jun 2025 21:02:47 +0200 Subject: [PATCH] Add libgcc to build server CI --- config/aarch64/ci.toml | 1 + config/i686/ci.toml | 1 + config/riscv64gc/ci.toml | 1 + config/x86_64/ci.toml | 1 + 4 files changed, 4 insertions(+) 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 = {}