Commit graph

241 commits

Author SHA1 Message Date
Jeremy Soller 9ff8a95885
Add hicolor-icon-theme 2024-10-16 09:01:35 -06: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
Jeremy Soller 30ff9d8b0f Merge branch 'fix-redoxer-config' into 'master'
Fix redoxer config

See merge request redox-os/redox!1501
2024-09-20 02:41:52 +00:00
Noa fb1ffb45d5
Fix redoxer config 2024-09-19 21:13:45 -05:00
Noa 3165d4c623
Re-enable rustpython in configs 2024-09-19 21:06:02 -05:00
Ribbon 5b9f19561e Enable the "tokei" recipe for x86_64 on the build server 2024-09-11 03:48:47 +00:00
Ron Williams fd40776d35 Fix CI to avoid RedoxFS/FUSE/tar problems 2024-08-28 12:55:25 -07:00
Jeremy Soller 15070165f3
fix jeremy config by commenting out broken recipes 2024-08-26 13:39:26 -06:00
Jeremy Soller 61a4f0ab6c
Revert "Merge branch 'enable-simple-http-server' into 'master'"
This reverts commit cc4d7ac93b, reversing
changes made to e1e7841fd4.
2024-08-15 09:21:07 -06:00
Ribbon a1140fbefb Enable the Simple HTTP Server recipe on the server config 2024-08-02 21:22:18 +00:00
bjorn3 511561918c Do not preserve debug console output in sys:log
This will prevent logd from ingesting it as logs in the future.
2024-07-27 16:52:49 +02:00
bjorn3 c0f9f946dd Set the VT env var when running orbital 2024-07-20 16:42:33 +02:00
Jeremy Soller 7f838a3a05
Do not include terminfo in server image 2024-07-19 19:44:00 -06:00
Jeremy Soller 775c1f779e
Only include kibi editor in server config 2024-07-19 19:34:54 -06:00
Ribbon 77106e2d06 Improve the "dev.toml" config for many tests 2024-07-20 00:50:53 +00:00
bjorn3 39d4629452 Ensure that VT 3 is shown by default in the desktop-minimal config 2024-07-19 21:07:33 +02:00
Ribbon 7aa4749fcd Enable the "shell" data type to allow easy terminal shell customization 2024-07-16 11:08:29 +00:00
Ribbon b57beb28ee Remove the obsolete introduction explanation on "demo.toml" 2024-07-13 06:24:18 +00:00
Jeremy Soller 2601b793b1 Merge branch 'increase_image_size' into 'master'
Increase filesystem size for desktop-minimal

See merge request redox-os/redox!1465
2024-07-12 13:57:50 +00:00
bjorn3 03a1e3fcf5 Increase filesystem size for desktop-minimal
I'm locally running out of disk space when installing. This may be
because I disabled LTO for the kernel and drivers, but if so that means
the current filesystem size is already on the edge of being too small.
2024-07-12 15:52:07 +02:00
bjorn3 2646f037ab Use the new scheme format in system configs 2024-07-12 15:47:06 +02:00
bjorn3 ad3ec13425 Remove some recipes from the configs
They will be removed by redox-os/cookbook!375
2024-07-10 21:25:52 +02:00
Ribbon 49102f6332 Add explanation comments on the build system files 2024-07-09 12:58:07 +00:00
Jeremy Soller 06f038eced Merge branch 'fix-ci-names' into 'master'
Fix recipe names on the CI config

See merge request redox-os/redox!1459
2024-07-07 14:55:04 +00:00
Ribbon b7895b999f Fix recipe names on the CI config 2024-07-07 13:12:53 +00:00
bjorn3 a794c99e3b Include the drivers recipe in the base system
All configs except the minimal config already include it. Several of the
drivers in the drivers recipe are essential for getting a system usable
outside of VMs or very old hardware. For example the usbhidd driver.
2024-07-06 21:09:35 +02:00
Jeremy Soller 30c520493b
Use llvm18 for ci 2024-07-01 08:58:34 -06:00
Jeremy Soller ec06495bd9
Fix aarch64 desktop config 2024-06-24 12:09:06 -06:00
Ribbon db56ae8342 Update the Redox OS version for programs 2024-06-14 21:30:33 +00:00
Ribbon 485cc43db5 Fix the desktop-minimal config 2024-06-13 14:18:53 +00:00
Ribbon 5ac0e40375 Rename the "server-minimal" config and create the "minimal-net" config 2024-06-12 13:14:17 +00:00
bjorn3 1c6e9b9cbb Build cosmic-term in CI
This should fix the image building on CI.
2024-06-12 12:39:26 +02:00
Jeremy Soller d5e4b26931
Add llvm config for updating llvm-config emulator 2024-05-29 15:54:59 -06:00
Jeremy Soller 4edc2c55af
Add dejavu to desktop config for better font coverage 2024-05-17 09:55:18 -06:00
Jeremy Soller be3f591cca
Update rust, relibc, and disable rustpython temporarily 2024-05-11 15:29:01 -06:00
Jeremy Soller 679384a85d
Increase size of desktop filesystem to fix image build 2024-05-10 19:43:28 -06:00
Jeremy Soller 04a03b93ee
Increase i686 demo image size to 640 MB 2024-05-06 15:50:16 -06:00
Jeremy Soller 153a452c89
Increase i686 demo image size 2024-05-06 15:47:23 -06:00
Jeremy Soller 0e2b6fe763
aarch64 config: use cosmic-term instead of orbterm 2024-05-06 15:45:09 -06:00
Jeremy Soller 450d1ff5dc
Increase desktop image size by 48 MB 2024-05-06 15:37:01 -06:00
Jeremy Soller ec1dbccb01
Use cosmic-term for desktop instead of orbterm 2024-05-06 15:30:59 -06:00
Jeremy Soller 05b0ec0eae
aarch64: add cosmic apps to desktop configs 2024-05-01 14:34:10 -06:00
Jeremy Soller 098c6f94fb
Use cosmic-edit and cosmic-files 2024-05-01 14:22:17 -06:00
Jeremy Soller 41c7ee26fb
Disable vvvvvv 2024-04-27 08:47:11 -06:00
Jeremy Soller 49bffa5374
Fill out aarch64 configs 2024-04-27 08:46:45 -06:00
Jeremy Soller 86c5ef0da1
Copy aarch64 desktop-minimal config to aarch64 desktop config 2024-04-12 09:34:45 -06:00
Jeremy Soller f0a95ad303
Enable cargo and rust in jeremy config 2024-04-02 08:35:21 -06:00
Jeremy Soller 42bf670824
Link /libexec to /usr/libexec 2024-04-01 09:55:24 -06:00
Jeremy Soller 72f67422c4 Add cosmic-files to ci 2024-03-23 09:32:31 -06:00
Ribbon 48ed7495a0 Enable RustPython by default on the "desktop" and "dev" configurations 2024-03-23 14:09:24 +00:00