forked from rosa/hakurei
internal/rosa: remove gawk
This change fully eliminates gawk. Signed-off-by: Ophestra <cat@gensokyo.uk>
This commit is contained in:
@@ -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 ];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user