internal/rosa: remove gawk

This change fully eliminates gawk.

Signed-off-by: Ophestra <cat@gensokyo.uk>
This commit is contained in:
2026-07-12 23:29:38 +09:00
parent 316edeb17b
commit 51e4426a4f
5 changed files with 13 additions and 28 deletions
+6 -5
View File
@@ -10,10 +10,15 @@ package bison {
compress = gzip;
};
// awk dependency loop
toyboxEarly = true;
exec = make {
check = [
"TESTSUITEFLAGS=" + jobsFlagE + "' " + skipGNUTests {
tests = [
// GNU-isms not implemented in toybox
168, 170, 623,
// clang miscompiles (SIGILL)
764,
];
@@ -22,9 +27,5 @@ package bison {
];
};
inputs = [
m4,
diffutils,
sed,
];
inputs = [ m4 ];
}