mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-17 23:44:17 +08:00
Enable rust + gcc on aarch64, disable acid for i586 + riscv64gc
This commit is contained in:
parent
613fc9f3e3
commit
cf314c9087
@ -45,8 +45,10 @@ extrautils = {}
|
||||
findutils = {}
|
||||
freefont = {}
|
||||
freetype2 = {}
|
||||
gcc13 = {}
|
||||
gettext = {}
|
||||
git = {}
|
||||
gnu-binutils = {}
|
||||
gnu-make = {}
|
||||
hicolor-icon-theme = {}
|
||||
installer = {}
|
||||
@ -65,6 +67,7 @@ libstdcxx = {}
|
||||
libvorbis = {}
|
||||
libxkbcommon = {}
|
||||
libxml2 = {}
|
||||
llvm21 = {}
|
||||
nano = {}
|
||||
nasm = {}
|
||||
ncurses = {}
|
||||
@ -73,6 +76,7 @@ netsurf = {}
|
||||
netutils = {}
|
||||
nghttp2 = {}
|
||||
openssl1 = {}
|
||||
openssl3 = {}
|
||||
orbdata = {}
|
||||
orbital = {}
|
||||
orbterm = {}
|
||||
@ -89,6 +93,7 @@ pop-icon-theme = {}
|
||||
redoxfs = {}
|
||||
relibc = {}
|
||||
ripgrep = {}
|
||||
rust = {}
|
||||
rustpython = {}
|
||||
sdl1 = {}
|
||||
sed = {}
|
||||
@ -100,6 +105,7 @@ uutils = {}
|
||||
vim = {}
|
||||
xz = {}
|
||||
zlib = {}
|
||||
zstd = {}
|
||||
# #"gcc13.cxx" = {}
|
||||
# #"llvm21.clang" = {}
|
||||
# #"llvm21.clang-dev" = {}
|
||||
@ -228,14 +234,12 @@ zlib = {}
|
||||
# freedoom = {}
|
||||
# freepats = {}
|
||||
# fribidi = {}
|
||||
# gcc13 = {}
|
||||
# gdbserver = {} # wrong libc type
|
||||
# gdk-pixbuf = {}
|
||||
# gears = {}
|
||||
# generaluser-gs = {}
|
||||
# glib = {}
|
||||
# glutin = {}
|
||||
# gnu-binutils = {} # bfd doesn't recognize redox
|
||||
# gnu-grep = {}
|
||||
# htop = {}
|
||||
# intel-one-mono = {}
|
||||
@ -249,7 +253,6 @@ zlib = {}
|
||||
# libsodium = {}
|
||||
# libuuid = {}
|
||||
# libwebp = {}
|
||||
# llvm21 = {}
|
||||
# lsd = {}
|
||||
# lua54 = {}
|
||||
# lz4 = {}
|
||||
@ -264,7 +267,6 @@ zlib = {}
|
||||
# onefetch = {}
|
||||
# openjazz = {}
|
||||
# openssh = {}
|
||||
# openssl3 = {}
|
||||
# openttd = {}
|
||||
# openttd-opengfx = {}
|
||||
# openttd-openmsx = {}
|
||||
@ -287,7 +289,6 @@ zlib = {}
|
||||
# rodioplay = {}
|
||||
# rs-nes = {}
|
||||
# rsync = {}
|
||||
# rust = {}
|
||||
# rust64 = {}
|
||||
# rustual-boy = {}
|
||||
# scummvm = {}
|
||||
@ -317,4 +318,3 @@ zlib = {}
|
||||
# winit = {}
|
||||
# xxhash = {}
|
||||
# zoxide = {} # untested
|
||||
# zstd = {}
|
||||
|
||||
@ -21,7 +21,7 @@ prompt = false
|
||||
|
||||
# Normal packages below
|
||||
|
||||
acid = {}
|
||||
# acid = {} # will include rust and llvm21
|
||||
base = {}
|
||||
base-initfs = {}
|
||||
bash = {}
|
||||
|
||||
@ -21,7 +21,7 @@ prompt = false
|
||||
|
||||
# Normal packages below
|
||||
|
||||
acid = {}
|
||||
# acid = {} # will include rust and llvm21
|
||||
base = {}
|
||||
base-initfs = {}
|
||||
bash = {}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user