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 3d53e7b commit b62704bCopy full SHA for b62704b
utils/build-script
@@ -287,13 +287,6 @@ class BuildScriptInvocation(object):
287
args.build_subdir = \
288
workspace.compute_build_subdir(args)
289
290
- # Set the default stdlib-deployment-targets, if none were provided.
291
- if args.stdlib_deployment_targets is None:
292
- stdlib_targets = \
293
- StdlibDeploymentTarget.default_stdlib_deployment_targets()
294
- args.stdlib_deployment_targets = [
295
- target.name for target in stdlib_targets]
296
-
297
# --test-paths implies --test and/or --validation-test
298
# depending on what directories/files have been specified.
299
if args.test_paths:
0 commit comments