Commit Graph

45 Commits

Author SHA1 Message Date
bjorn3
dc4e3d2c96 Fallback to generic config when arch specific config doesn't exist
Most configs are entirely identical between architectures, so this
fallback reduces the amount of config files by a lot.
2026-03-03 20:45:50 +01:00
bjorn3
8cba18800a Unify all orbutils recipes
With the calculator gone, having separate recipes only increases compile
times for the minimal config.
2026-03-03 19:40:21 +01:00
bjorn3
62429864e9 Add pkgutils to minimal config
And remove the dedicated minimal-net config.
2026-03-01 15:21:27 +01:00
Ribbon
36568bbf37 Some filesystem config improvements and cleanup 2026-02-21 15:17:18 -07:00
Wildan M
cf314c9087
Enable rust + gcc on aarch64, disable acid for i586 + riscv64gc 2026-02-17 14:14:52 +07:00
auronandace
27b17caf36 add zoxide comments to other CI 2026-02-12 21:56:21 +00:00
Wildan M
42656cc5a6
Add bashrc and bash-completion 2026-02-10 16:30:24 +07:00
Wildan M
0602e65ee7
Remove resist from CI 2026-02-09 03:49:44 +07:00
Ribbon
c71e7c691f Some test improvements 2026-02-08 07:24:55 -07:00
Zhiwei Liang
712d47f355 Remove termplay recipe 2026-02-06 06:56:04 -07:00
Ribbon
524ce53768 Some filesystem config and recipe improvements 2026-01-19 17:12:00 -07:00
Wildan M
dbfdb8e1d4
Add gnu-make to CI 2025-12-21 19:30:07 +07:00
Wildan M
0e9a40bead
Enable acid on all arch; x11, perl5, webkit, servo on x86_64 2025-12-16 15:31:18 +07:00
Wildan M
28e385ca80
Remove drivers package from CI 2025-12-03 18:15:28 +07:00
Wildan M
10e0ab50a4
Disable patch and cosmic-text for riscv64gc 2025-11-26 21:07:35 -08:00
Wildan M
5d10e485d1
Enable desktop packages on build servers 2025-11-26 15:39:13 -08:00
Ribbon
857bc11f3d Add a filesystem config for testing 2025-10-06 08:36:05 -06:00
Jeremy Soller
94ad661a30
Disable netsurf in riscv64gc desktop image 2025-09-08 15:23:33 -06:00
Jeremy Soller
462971242a
Normalize riscv64 config with aarch64 2025-09-07 20:07:48 -06:00
Wildan Mubarok
80b0b52297 Add minimal orbutils into CI 2025-08-13 15:42:15 +00:00
Wildan Mubarok
eb64b9fb38 Revert "Merge branch 'remove-orb' into 'master'"
This reverts commit 620a7a79fc
2025-08-13 15:35:29 +00:00
Jeremy Soller
4f9dc95bf0 Disable extrautils for riscv64gc 2025-08-02 08:10:48 -06:00
Wildan Mubarok
e4984c338c Replace old orbutils in config 2025-07-28 12:01:43 +00:00
Petr Hrdina
02fa880f3e
Add libstdcxx to build server CI 2025-06-27 08:16:17 +02:00
Petr Hrdina
5404cae76c
Add libgcc to build server CI 2025-06-22 21:02:47 +02:00
Jeremy Soller
c2bf1bd6c3
Increase riscv64gc minimal config size 2025-04-24 20:41:58 -06:00
Jeremy Soller
af22f359a1
Add riscv64gc image configs 2025-04-24 10:47:59 -06:00
Jeremy Soller
4e64650c36
Disable resist in riscv64gc CI 2025-04-24 10:15:58 -06:00
Jeremy Soller
d9f7f4bb07
Disable netsurf for riscv64gc CI 2025-04-24 09:54:02 -06:00
Jeremy Soller
0d6c8e4afd
Disable nano and vim for riscv64gc CI 2025-04-24 08:44:01 -06:00
Jeremy Soller
ff0e34856b
Disable installer-gui in riscv64gc CI 2025-04-24 08:35:22 -06:00
Jeremy Soller
afd8771566
Disable contain for riscv64gc CI 2025-04-24 08:08:03 -06:00
Jeremy Soller
cf93244e73
Add jeremy config for riscv64gc 2025-04-24 08:07:50 -06:00
bjorn3
d84c329f3a Move initfs into the base repo 2025-04-24 10:52:25 +02:00
bjorn3
634b1bfc3b Move bootstrap into the base repo 2025-04-21 19:12:38 +02:00
Jeremy Soller
3ab9cc41c5 Merge branch 'config_cleanups' into 'master'
Couple of changes to the config dir

See merge request redox-os/redox!1574
2025-04-21 16:52:41 +00:00
bjorn3
4b39e04f23 Rename the desktop config for riscv64gc to desktop-minimal
It only provides a minimal desktop.
2025-04-21 18:41:39 +02:00
Jeremy Soller
77fad46467
Remove escalated 2025-04-21 08:37:42 -06:00
Jeremy Soller
4bad7ea96c
Remove netstack from CI 2025-04-02 11:37:53 -06:00
bjorn3
d9375d1c12 Merge audiod into the base repo 2025-03-30 17:22:09 +02:00
bjorn3
1f73ed82ac Merge ipcd and ptyd into the base repo 2025-02-21 20:22:32 +01:00
Jeremy Soller
c68a974cee
Add desktop config for riscv64gc 2024-12-30 10:06:22 -07:00
Jeremy Soller
5d678ea67e
Add riscv64gc ci config 2024-10-19 09:12:07 -06:00
Andrey Turkin
1510e7a47e Update rust
And add another working risc-v config template
2024-10-17 16:50:04 +03:00
Andrey Turkin
03633046cc Riscv64gc support in the build scripts
This architecture is different from x86/aarch because its rust triplet (riscv64gc-...) differs from gcc/llvm/binutils triplet (more general riscv64-...). Therefore the build scripts have to bridge that mismatch.

This introduces new build-time environment variable GNU_TARGET which corresponds to a target used by C world utilities whereas existing TARGET now describes rust target.
2024-09-30 10:28:37 +03:00