File tree Expand file tree Collapse file tree 2 files changed +0
-4
lines changed Expand file tree Collapse file tree 2 files changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -747,8 +747,6 @@ def get_swiftpm_env_cmd(args):
747747 env_cmd .append ("SWIFTPM_LLBUILD_FWK=1" )
748748 env_cmd .append ("SWIFTCI_USE_LOCAL_DEPS=1" )
749749 env_cmd .append ("SWIFTPM_MACOS_DEPLOYMENT_TARGET=%s" % g_macos_deployment_target )
750- # Disable Swift 6 mode in swift-syntax to work around rdar://126952308
751- env_cmd .append ("SWIFTSYNTAX_DISABLE_SWIFT_6_MODE=1" )
752750
753751 if not '-macosx' in args .build_target and args .command == 'install' :
754752 env_cmd .append ("SWIFTCI_INSTALL_RPATH_OS=%s" % args .platform_path .group (2 ))
Original file line number Diff line number Diff line change @@ -20,8 +20,6 @@ echo "Current directory is ${PWD}"
2020
2121CONFIGURATION=debug
2222export SWIFTCI_IS_SELF_HOSTED=1
23- # Disable Swift 6 mode in swift-syntax to work around rdar://126952308
24- export SWIFTSYNTAX_DISABLE_SWIFT_6_MODE=1
2523
2624set -x
2725
You can’t perform that action at this time.
0 commit comments