attempt to make sense of corruption during test
Some checks failed
Test / Create distribution (push) Successful in 37s
Test / Sandbox (push) Successful in 1m34s
Test / Sandbox (race detector) (push) Successful in 1m48s
Test / Fortify (push) Failing after 2m16s
Test / Fortify (race detector) (push) Failing after 2m51s
Test / Fpkg (push) Successful in 25m44s
Test / Flake checks (push) Has been skipped

This commit is contained in:
Ophestra 2025-06-04 02:32:20 +09:00
parent 577f20de86
commit 30d7d552f6
Signed by: cat
SSH Key Fingerprint: SHA256:gQ67O0enBZ7UdZypgtspB2FDM1g3GVw8nX0XSdcFw8Q

View File

@ -35,6 +35,11 @@ nixosTest {
set -e
WORK="$(mktemp -ud)"
cp -r "${self.packages.${system}.fortify.src}" "$WORK"
# FIXME: remove after fixing intermittent fault
echo "src:" && cat "${self.packages.${system}.fortify.src}/sandbox/ops.go"
echo "work:" && cat "$WORK/sandbox/ops.go"
chmod -R +w "$WORK"
cd "$WORK"
${fhs}/bin/fortify-fhs -c \