Merge branch 'recipe-correction' into 'master'

Remove resist from CI, older duplicate sd

See merge request redox-os/redox!1886
This commit is contained in:
Jeremy Soller 2026-02-09 11:03:49 -07:00
commit b52145a8fa
8 changed files with 2 additions and 12 deletions

View File

@ -122,7 +122,6 @@ You can contribute to the Redox documentation and code on the following reposito
- [Build System Configuration](https://gitlab.redox-os.org/redox-os/redox) - Our main repository
- [Orbital](https://gitlab.redox-os.org/redox-os/orbital) - Display Server and Window Manager
- [pkgutils](https://gitlab.redox-os.org/redox-os/pkgutils) - Package Manager
- [resist](https://gitlab.redox-os.org/redox-os/resist) - Redox System Interface Specifications and Tests (also has POSIX tests)
- [acid](https://gitlab.redox-os.org/redox-os/acid) - Redox Test Suite
- [relibc](https://gitlab.redox-os.org/redox-os/relibc) - Redox C Library
- [libredox](https://gitlab.redox-os.org/redox-os/libredox) - Redox System Library

View File

@ -87,7 +87,6 @@ pls = {}
pop-icon-theme = {}
redoxfs = {}
relibc = {}
resist = {}
ripgrep = {}
rustpython = {}
sdl1 = {}

View File

@ -86,7 +86,6 @@ pop-icon-theme = {}
pkgutils = {}
redoxfs = {}
relibc = {}
resist = {}
ripgrep = {}
rustpython = {}
sdl1 = {}

View File

@ -86,7 +86,6 @@ pop-icon-theme = {}
pkgutils = {}
redoxfs = {}
relibc = {}
#resist = {} # Uses redox_syscall 0.2 which does not compile on riscv64gc
ripgrep = {}
rustpython = {}
#sdl1 = {} # not tested yet, netsurf is commented out

View File

@ -12,7 +12,6 @@ prompt = false
# Package settings
[packages]
acid = {}
resist = {}
relibc-tests = {}
os-test = {}
openposixtestsuite = {}

View File

@ -166,7 +166,6 @@ redox-games = {}
redoxfs = {}
relibc = {}
relibc-tests = {}
resist = {}
ripgrep = {}
rodioplay = {}
rs-nes = {}

View File

@ -1,6 +1,7 @@
[package]
dependencies = [
"acid",
"resist",
"os-test",
"redox-posix-tests",
"relibc-tests",
]

View File

@ -1,5 +0,0 @@
#TODO relibc function not implemented
[source]
git = "https://github.com/chmln/sd.git"
[build]
template = "cargo"