Merge branch 'ci-add-libgcc' into 'master'

Add libgcc to build server CI

Closes #1602

See merge request redox-os/redox!1592
This commit is contained in:
Jeremy Soller 2025-06-25 08:42:02 -06:00
commit 54cd03c4e1
4 changed files with 4 additions and 0 deletions

View File

@ -23,6 +23,7 @@ installer = {}
installer-gui = {}
ion = {}
kernel = {}
libgcc = {}
#nano = {} # error compiling ncurses
netdb = {}
#netsurf = {} # error building openssl1

View File

@ -23,6 +23,7 @@ installer = {}
installer-gui = {}
ion = {}
kernel = {}
libgcc = {}
nano = {}
netdb = {}
netsurf = {}

View File

@ -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

View File

@ -84,6 +84,7 @@ kibi = {}
lci = {}
libc-bench = {}
libffi = {}
libgcc = {}
libgmp = {}
libiconv = {}
libjpeg = {}