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 3627507 commit 62c80a1Copy full SHA for 62c80a1
utils/build_swift/build_swift/driver_arguments.py
@@ -205,6 +205,7 @@ def _apply_default_arguments(args):
205
# If none of tests specified skip swift stdlib test on all platforms
206
if not args.test and not args.validation_test and not args.long_test:
207
args.test_linux = False
208
+ args.test_linux_static = False
209
args.test_freebsd = False
210
args.test_cygwin = False
211
args.test_osx = False
utils/swift_build_support/swift_build_support/targets.py
@@ -9,7 +9,6 @@
9
# See https://swift.org/CONTRIBUTORS.txt for the list of Swift project authors
10
11
import os
12
-import importlib.resources
13
import platform
14
15
from . import cmake
0 commit comments