We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d9802dd commit 3653e22Copy full SHA for 3653e22
utils/build-script-impl
@@ -2325,7 +2325,7 @@ if [[ "${INSTALLABLE_PACKAGE}" ]] ; then
2325
fi
2326
if [[ "${TEST_INSTALLABLE_PACKAGE}" ]] ; then
2327
PKG_TESTS_SOURCE_DIR="${WORKSPACE}/swift-integration-tests"
2328
- PKG_TESTS_SANDBOX_PARENT="/tmp/swift_package_sandbox"
+ PKG_TESTS_SANDBOX_PARENT="$(build_directory swift_package_sandbox none)"
2329
2330
if [[ "$(uname -s)" == "Darwin" ]] ; then
2331
PKG_TESTS_SANDBOX="${PKG_TESTS_SANDBOX_PARENT}"/"${TOOLCHAIN_PREFIX}"
0 commit comments