Skip to content

Commit 3653e22

Browse files
committed
build-script: use a private sandbox for integration tests
This does not solve all issues, see https://bugs.swift.org/browse/SR-321
1 parent d9802dd commit 3653e22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/build-script-impl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2325,7 +2325,7 @@ if [[ "${INSTALLABLE_PACKAGE}" ]] ; then
23252325
fi
23262326
if [[ "${TEST_INSTALLABLE_PACKAGE}" ]] ; then
23272327
PKG_TESTS_SOURCE_DIR="${WORKSPACE}/swift-integration-tests"
2328-
PKG_TESTS_SANDBOX_PARENT="/tmp/swift_package_sandbox"
2328+
PKG_TESTS_SANDBOX_PARENT="$(build_directory swift_package_sandbox none)"
23292329

23302330
if [[ "$(uname -s)" == "Darwin" ]] ; then
23312331
PKG_TESTS_SANDBOX="${PKG_TESTS_SANDBOX_PARENT}"/"${TOOLCHAIN_PREFIX}"

0 commit comments

Comments
 (0)