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
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:
parent
577f20de86
commit
30d7d552f6
@ -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 \
|
||||
|
Loading…
x
Reference in New Issue
Block a user