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