File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -226,7 +226,7 @@ if [ "${VALIDATE_UNIX}" -eq 1 ]; then
226
226
elif [[ " ${UNIX_NAME} " == " ${LINUX} " ]]; then
227
227
cat Package.swift | sed " s/let buildTests = false/let buildTests = true/" > Package.tests.swift
228
228
mv Package.tests.swift Package.swift
229
- swift build -c debug
229
+ swift build -c debug --disable-sandbox # until compiler is fixed
230
230
./.build/debug/AllTestz
231
231
else
232
232
unsupported_os
279
279
280
280
if [ " ${TEST_SPM} " -eq 1 ]; then
281
281
rm -rf .build || true
282
- swift build -c release
283
- swift build -c debug
282
+ swift build -c release --disable-sandbox # until compiler is fixed
283
+ swift build -c debug --disable-sandbox # until compiler is fixed
284
284
else
285
285
printf " ${RED} Skipping SPM tests ...${RESET} \n"
286
286
fi
You can’t perform that action at this time.
0 commit comments