The GitHub Actions job "autoconf" on subversion.git/trunk has failed. Run started by GitHub user asf-gitbox-commits (triggered by asf-gitbox-commits).
Head commit for run: 1b0f7696bb4c721331b537c3484125ee8e575848 / Branko Čibej <[email protected]> Never mix atomic and non-atomic access to a variable, except during static initialization. * subversion/svnserve/svnserve.c (sigtermint_seen): Mark volatile, per the apr_atomic API contract. (accept_connection, sub_main): Use svn_atomic_read() to get the value of sigtermint_seen. This variable is set to 1 with svn_atomic_set() in sigtermint_handler(). git-svn-id: https://svn.apache.org/repos/asf/subversion/trunk@1934784 13f79535-47bb-0310-9956-ffa450edef68 Report URL: https://github.com/apache/subversion/actions/runs/26692105225 With regards, GitHub Actions via GitBox
