Commit Graph

469 Commits

Author SHA1 Message Date
Jeremy Soller
6642d12afb Merge branch 'useful-cargo' into 'master'
Make cargo build script more useful

See merge request redox-os/redox!1978
2026-03-06 20:44:33 -07:00
Wildan M
9a741eb05d
Remove auto-test to avoid incuding compilers, plus uncomment working recipes 2026-03-06 09:23:25 +07:00
Wildan M
2d899ca1a7
Make cargo build script more useful 2026-03-06 00:58:12 +07:00
Jeremy Soller
65ccfe6fee Merge branch 'mate-fix' into 'master'
Couple of fixes for mate desktop

See merge request redox-os/redox!1976
2026-03-05 09:16:21 -07:00
Wildan M
49a2777299
Couple of fixes for mate desktop 2026-03-05 12:54:05 +07:00
Jeremy Soller
e8128cf856 Remove orbterm from desktop config 2026-03-04 11:34:38 -07:00
Jeremy Soller
4d48728441 Merge branch 'config_fallback' into 'master'
Fallback to generic config when arch specific config doesn't exist

See merge request redox-os/redox!1972
2026-03-03 12:48:35 -07:00
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
aea31f4b4a Make desktop a superset of desktop-minimal 2026-03-03 20:03:20 +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
a35ef7b9f5 Remove config/llvm.toml
It is no longer necessary.
2026-03-01 21:39:44 +01:00
bjorn3
0a7b246b0b Make the server config derive from minimal rather than base 2026-03-01 15:21:27 +01:00
bjorn3
62429864e9 Add pkgutils to minimal config
And remove the dedicated minimal-net config.
2026-03-01 15:21:27 +01:00
bjorn3
85b62fd851 Support networking in all configs 2026-03-01 15:21:27 +01:00
bjorn3
99fbcf34f0 Move root home to /home/root
AFAIK /root is just a historic artifact from back when the root and home
partition were separate.
2026-03-01 13:13:31 +01:00
Wildan M
b336b52f15
Build prefix on Redox OS, add self hosted mode 2026-02-26 19:03:07 +07:00
bjorn3
474729b4f2 Specify dependencies between init scripts
This aims to reproduce the current execution order of init scripts, not
to provide the minimal set of dependencies. That can be implemented
later.
2026-02-25 23:01:26 +01:00
Jeremy Soller
7c1132a728 Merge branch 'improvements' into 'master'
Some filesystem config improvements and cleanup

See merge request redox-os/redox!1930
2026-02-21 15:17:19 -07:00
Ribbon
36568bbf37 Some filesystem config improvements and cleanup 2026-02-21 15:17:18 -07:00
Wildan M
a1edc63c01
Fix printing redoxer messages 2026-02-21 21:57:47 +07:00
Jeremy Soller
e12432e19f Merge branch 'nodejs-assert' into 'master'
Fix nodejs crash assertion, update opts, add to CI

See merge request redox-os/redox!1929
2026-02-20 05:48:56 -07:00
Jeremy Soller
e97e3f685a Merge branch 'working-neovim' into 'master'
Workaround neovim signal issues

See merge request redox-os/redox!1925
2026-02-20 05:42:04 -07:00
Jeremy Soller
65e491ada5 Add more examples to wayland config 2026-02-19 17:58:49 -07:00
Wildan M
55c1516e12
Fix nodejs crash assertion, update opts, add to CI 2026-02-20 06:22:19 +07:00
Jeremy Soller
fb7c5da2c2 Updates to wayland config 2026-02-19 15:42:24 -07:00
bjorn3
57708a0a5e Remove all usage of env var export in init scripts 2026-02-19 21:51:38 +01:00
Jeremy Soller
7c374fde85 Enable cosmic-comp now that it works 2026-02-19 13:32:16 -07:00
Jeremy Soller
fb48bedf3f Merge branch 'move_init_to_scripts' into 'master'
Change a couple of init scripts to shell scripts

See merge request redox-os/redox!1921
2026-02-19 13:03:11 -07:00
bjorn3
294c0064de Change a couple of init scripts to shell scripts
The cd command in init scripts manipulates global state, support for
which we may remove in the future.
2026-02-19 20:53:26 +01:00
Wildan M
0032f4f39d
Workaround neovim signal issues 2026-02-20 01:03:52 +07:00
Jeremy Soller
819140bf9d Improvements for wayland config 2026-02-19 10:12:22 -07:00
Jeremy Soller
fe53c69734 config/wayland: use cosmic-comp 2026-02-19 07:59:11 -07:00
Jeremy Soller
30cfb47f22 Add os-test-bins to x86_64 CI 2026-02-19 07:18:31 -07:00
Wildan M
cf314c9087
Enable rust + gcc on aarch64, disable acid for i586 + riscv64gc 2026-02-17 14:14:52 +07:00
bjorn3
a67739e030 Revert "Temporarily change default shell"
Most configs don't have bash installed.

This reverts commit 95ea0ffaca.
2026-02-14 16:43:10 +01:00
Jeremy Soller
91cce3fea0 Merge branch 'zhiwei/wayland-build-config-comment' into 'master'
Correct wayland build config name comment

See merge request redox-os/redox!1899
2026-02-12 15:43:59 -07:00
Zhiwei Liang
268d9da566 Correct wayland build config name comment 2026-02-12 15:43:59 -07:00
auronandace
27b17caf36 add zoxide comments to other CI 2026-02-12 21:56:21 +00:00
auronandace
34125ccf86 add zoxide to x86_64 CI 2026-02-12 09:35:56 +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
Wildan M
d4bffea880
Update nushell and add to CI 2026-02-08 22:14:30 +07:00
Jeremy Soller
4e97b2acbd Merge branch 'change-shell' into 'master'
Change shell temporarily, add zsh and fish to CI

See merge request redox-os/redox!1881
2026-02-08 07:30:50 -07:00
Ribbon
c71e7c691f Some test improvements 2026-02-08 07:24:55 -07:00
Wildan M
dd3d40ec29
Add fish and zsh to CI 2026-02-08 14:54:00 +07:00
Wildan M
95ea0ffaca
Temporarily change default shell 2026-02-08 14:16:24 +07:00
Jeremy Soller
454cf9034e Merge branch 'master' of https://gitlab.redox-os.org/redox-os/redox 2026-02-06 08:02:36 -07:00
Jeremy Soller
86f65219a8 Add CI taret for os-test 2026-02-06 08:02:03 -07:00
Zhiwei Liang
712d47f355 Remove termplay recipe 2026-02-06 06:56:04 -07:00
Wildan M
7e4166327a
Rename llvm groups 2026-02-04 06:23:54 +07:00