diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index bdbad207..9c1fbaad 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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 diff --git a/config/aarch64/ci.toml b/config/aarch64/ci.toml index 25b5f565..bdaca67b 100644 --- a/config/aarch64/ci.toml +++ b/config/aarch64/ci.toml @@ -87,7 +87,6 @@ pls = {} pop-icon-theme = {} redoxfs = {} relibc = {} -resist = {} ripgrep = {} rustpython = {} sdl1 = {} diff --git a/config/i586/ci.toml b/config/i586/ci.toml index 1fc9d4d6..2fe46485 100644 --- a/config/i586/ci.toml +++ b/config/i586/ci.toml @@ -86,7 +86,6 @@ pop-icon-theme = {} pkgutils = {} redoxfs = {} relibc = {} -resist = {} ripgrep = {} rustpython = {} sdl1 = {} diff --git a/config/riscv64gc/ci.toml b/config/riscv64gc/ci.toml index 99e4307e..5da2a641 100644 --- a/config/riscv64gc/ci.toml +++ b/config/riscv64gc/ci.toml @@ -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 diff --git a/config/tests.toml b/config/tests.toml index f47a0c72..b0a9c0fe 100644 --- a/config/tests.toml +++ b/config/tests.toml @@ -12,7 +12,6 @@ prompt = false # Package settings [packages] acid = {} -resist = {} relibc-tests = {} os-test = {} openposixtestsuite = {} diff --git a/config/x86_64/ci.toml b/config/x86_64/ci.toml index 8863f350..86db36fa 100644 --- a/config/x86_64/ci.toml +++ b/config/x86_64/ci.toml @@ -166,7 +166,6 @@ redox-games = {} redoxfs = {} relibc = {} relibc-tests = {} -resist = {} ripgrep = {} rodioplay = {} rs-nes = {} diff --git a/recipes/groups/redox-tests/recipe.toml b/recipes/groups/redox-tests/recipe.toml index eb8ef05d..e51a7487 100644 --- a/recipes/groups/redox-tests/recipe.toml +++ b/recipes/groups/redox-tests/recipe.toml @@ -1,6 +1,7 @@ [package] dependencies = [ "acid", - "resist", + "os-test", + "redox-posix-tests", "relibc-tests", ] diff --git a/recipes/wip/tools/sd/recipe.toml b/recipes/wip/tools/sd/recipe.toml deleted file mode 100644 index 0cc6f03c..00000000 --- a/recipes/wip/tools/sd/recipe.toml +++ /dev/null @@ -1,5 +0,0 @@ -#TODO relibc function not implemented -[source] -git = "https://github.com/chmln/sd.git" -[build] -template = "cargo"