mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-23 21:34:18 +08:00
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:
commit
54cd03c4e1
@ -23,6 +23,7 @@ installer = {}
|
||||
installer-gui = {}
|
||||
ion = {}
|
||||
kernel = {}
|
||||
libgcc = {}
|
||||
#nano = {} # error compiling ncurses
|
||||
netdb = {}
|
||||
#netsurf = {} # error building openssl1
|
||||
|
||||
@ -23,6 +23,7 @@ installer = {}
|
||||
installer-gui = {}
|
||||
ion = {}
|
||||
kernel = {}
|
||||
libgcc = {}
|
||||
nano = {}
|
||||
netdb = {}
|
||||
netsurf = {}
|
||||
|
||||
@ -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
|
||||
|
||||
@ -84,6 +84,7 @@ kibi = {}
|
||||
lci = {}
|
||||
libc-bench = {}
|
||||
libffi = {}
|
||||
libgcc = {}
|
||||
libgmp = {}
|
||||
libiconv = {}
|
||||
libjpeg = {}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user