Remove resist from CI

This commit is contained in:
Wildan M 2026-02-09 03:49:44 +07:00
parent fc7fa2daa3
commit 0602e65ee7
No known key found for this signature in database
GPG Key ID: 01AC53185C679C79
7 changed files with 2 additions and 7 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",
]