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
|
@ -322,6 +322,10 @@ case "$host" in
|
||||||
# modern versions don't ship with libcrypto.
|
# modern versions don't ship with libcrypto.
|
||||||
LIBCRYPTOFLAGS="--without-openssl"
|
LIBCRYPTOFLAGS="--without-openssl"
|
||||||
TEST_TARGET=t-exec
|
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
|
case "$host" in
|
||||||
*-darwin22.*)
|
*-darwin22.*)
|
||||||
# sudo -S nobody doesn't work on macos 13 for some reason.
|
# sudo -S nobody doesn't work on macos 13 for some reason.
|
||||||
|
|
Loading…
Reference in New Issue