diff --git a/config/aarch64/dev.toml b/config/aarch64/dev.toml index ce6a482d6..fc248b744 100644 --- a/config/aarch64/dev.toml +++ b/config/aarch64/dev.toml @@ -1,4 +1,4 @@ -# Configuration for development +# Configuration for non-Redox development include = ["../dev.toml"] diff --git a/config/dev-redox.toml b/config/dev-redox.toml index 745aac654..e19568f47 100644 --- a/config/dev-redox.toml +++ b/config/dev-redox.toml @@ -13,6 +13,23 @@ prompt = false [packages] dev-essential = {} redox-tests = {} +exampled = {} +gdbserver = {} +libgmp = {} +libiconv = {} +liborbital = {} +libsodium = {} +libxml2 = {} +llvm18 = {} +ncurses = {} +nghttp2 = {} +openssl1 = {} +orbclient = {} +pcre = {} +ripgrep = {} +terminfo = {} +xz = {} +zlib = {} [[files]] path = "/home/user/test.rs" diff --git a/config/dev.toml b/config/dev.toml index d9dc01155..e19e6d346 100644 --- a/config/dev.toml +++ b/config/dev.toml @@ -1,105 +1,14 @@ -# Configuration for development +# Configuration for non-Redox development include = ["desktop.toml"] # General settings [general] # Filesystem size in MiB -filesystem_size = 20000 +filesystem_size = 10000 # Do not prompt if settings are not defined prompt = false # Package settings [packages] -acid = {} -autoconf = {} -automake = {} -cargo = {} -crates-io-index = {} -exampled = {} -gcc13 = {} -gdbserver = {} -gnu-binutils = {} -gnu-grep = {} -gnu-make = {} -libffi = {} -libgmp = {} -libiconv = {} -libjpeg = {} -libogg = {} -liborbital = {} -libpng = {} -libsodium = {} -libvorbis = {} -libxml2 = {} -llvm18 = {} -lua54 = {} -mesa = {} -mesa-glu = {} -nasm = {} -ncurses = {} -nghttp2 = {} -openssl1 = {} -orbclient = {} -patch = {} -pcre = {} -pkg-config = {} -resist = {} -ripgrep = {} -rust = {} -sdl-gfx = {} -sdl1 = {} -sdl1-image = {} -sdl1-mixer = {} -sdl1-ttf = {} -sdl2 = {} -sdl2-gears = {} -sdl2-image = {} -sdl2-mixer = {} -sdl2-ttf = {} -sed = {} -strace = {} -terminfo = {} -xz = {} -zlib = {} - -[[files]] -path = "/home/user/test.rs" -data = """ -fn main() { - println!("Hello, Redox!"); -} -""" - -[[files]] -path = "/home/user/test.c" -data = """ -#include - -int main(void) { - printf("Hello, Redox!\\n"); -} -""" - -[[files]] -path = "/home/user/test.cpp" -data = """ -#include - -int main() -{ - std::cout << "Hello, Redox!" << std::endl; -} -""" - -[[files]] -path = "/home/user/test.py" -data = """ -print("Hello, Redox!") -""" - -[[files]] -path = "/home/user/test.lua" -data = """ -print("Hello, Redox!") -""" +dev-essential = {} diff --git a/config/i686/dev.toml b/config/i686/dev.toml index ecd30849a..5234e1b3c 100644 --- a/config/i686/dev.toml +++ b/config/i686/dev.toml @@ -1,4 +1,4 @@ -# Configuration for development +# Configuration for non-Redox development include = ["../dev.toml"] diff --git a/config/x86_64/dev.toml b/config/x86_64/dev.toml index ecd30849a..5234e1b3c 100644 --- a/config/x86_64/dev.toml +++ b/config/x86_64/dev.toml @@ -1,4 +1,4 @@ -# Configuration for development +# Configuration for non-Redox development include = ["../dev.toml"]