From 02fa880f3efbcc92bc3c4811a430cbaa038b0074 Mon Sep 17 00:00:00 2001 From: Petr Hrdina Date: Fri, 27 Jun 2025 08:16:17 +0200 Subject: [PATCH] Add libstdcxx 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 b27a2788..4c46d9d0 100644 --- a/config/aarch64/ci.toml +++ b/config/aarch64/ci.toml @@ -24,6 +24,7 @@ installer-gui = {} ion = {} kernel = {} libgcc = {} +libstdcxx = {} #nano = {} # error compiling ncurses netdb = {} #netsurf = {} # error building openssl1 diff --git a/config/i686/ci.toml b/config/i686/ci.toml index 97e37461..3d8b7835 100644 --- a/config/i686/ci.toml +++ b/config/i686/ci.toml @@ -24,6 +24,7 @@ installer-gui = {} ion = {} kernel = {} libgcc = {} +libstdcxx = {} nano = {} netdb = {} netsurf = {} diff --git a/config/riscv64gc/ci.toml b/config/riscv64gc/ci.toml index b383e7ac..613f0a94 100644 --- a/config/riscv64gc/ci.toml +++ b/config/riscv64gc/ci.toml @@ -24,6 +24,7 @@ installer = {} ion = {} kernel = {} libgcc = {} +libstdcxx = {} #nano = {} # error compiling ncurses netdb = {} #netsurf = {} # error compiling nghttp2 diff --git a/config/x86_64/ci.toml b/config/x86_64/ci.toml index e0cd3f1c..6f871d88 100644 --- a/config/x86_64/ci.toml +++ b/config/x86_64/ci.toml @@ -91,6 +91,7 @@ libjpeg = {} libogg = {} liborbital = {} libpng = {} +libstdcxx = {} #libsodium = {} # failing to fetch libvorbis = {} libxml2 = {}