I have isolated the cause of the hash change to
https://gitlab.com/xonotic/xonotic-maps.pk3dir/-/merge_requests/191
(only change needed to restore the previous hash is using stormkeep from
the previous autobuild 20240906_2).
DP uses nonblocking stdout on Linux by default, in theory this could
cause occasional pipeline failures that can't be reproduced.
test_sv_game:
stage: test
script:
- - export EXPECT=28a49dd762a7a794f210eeadbbc37a8e
+ - export EXPECT=82b429be1301d38fbe0af0c60511ceed
- qcsrc/tools/sv_game-hashtest.sh
- exit $?
fi
fi
fi
-export ENGINE="$ENGINE -noconfig -nohome"
+export ENGINE="$ENGINE -noconfig -nohome +sys_stdout_blocks 1"
make qc || exit 1