Commit Graph

10 Commits

Author SHA1 Message Date
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