From: Darren Tucker Date: Tue, 6 Feb 2024 05:21:05 +0000 (+1100) Subject: Put privsep dir on OS X on /usr/local. X-Git-Tag: V_9_7_P1~30 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=91898bf786b0f149f962c4c96c08a46f29888c10;p=thirdparty%2Fopenssh-portable.git Put privsep dir on OS X on /usr/local. On some runners we can't create /var/empty, so put it some place we can write. Should fix test breakage on Max OS X 11. --- 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.