diff options
Diffstat (limited to '.github')
-rwxr-xr-x | .github/configs | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.github/configs b/.github/configs index 1b1e7aacc..963e87719 100755 --- a/.github/configs +++ b/.github/configs @@ -322,6 +322,10 @@ case "$host" in # modern versions don't ship with libcrypto. LIBCRYPTOFLAGS="--without-openssl" TEST_TARGET=t-exec + + # On some OS X runners we can't write to /var/empty. + CONFIGFLAGS="${CONFIGFLAGS} --with-privsep-path=/usr/local/empty" + case "$host" in *-darwin22.*) # sudo -S nobody doesn't work on macos 13 for some reason. |