mirror of
https://github.com/PowerShell/openssh-portable.git
synced 2025-04-08 18:35:05 +02:00
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.
This commit is contained in:
parent
be5ed8ebed
commit
91898bf786
4
.github/configs
vendored
4
.github/configs
vendored
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user