internal/rosa/package/ninja: work around test suite bug
Test / Create distribution (push) Successful in 51s
Test / Sandbox (push) Successful in 2m38s
Test / ShareFS (push) Successful in 3m46s
Test / Hakurei (push) Successful in 3m54s
Test / Sandbox (race detector) (push) Successful in 5m17s
Test / Hakurei (race detector) (push) Successful in 6m28s
Test / Flake checks (push) Successful in 1m6s

The test suite hard codes /bin/echo.

Signed-off-by: Ophestra <cat@gensokyo.uk>
This commit is contained in:
2026-06-08 18:43:42 +09:00
parent f869ff95a1
commit b5445573a8
+4 -1
View File
@@ -24,7 +24,10 @@ python3 /usr/src/ninja/configure.py \
--gtest-source-dir=/usr/src/extra/googletest --gtest-source-dir=/usr/src/extra/googletest
./ninja ` + jobsFlagE + ` all`; ./ninja ` + jobsFlagE + ` all`;
check = "\n./ninja_test"; check = `
chmod +w /bin/
ln -s ../system/bin/echo /bin/
./ninja_test`;
install = ` install = `
mkdir -p /work/system/bin/ mkdir -p /work/system/bin/