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):
747
747
env_cmd .append ("SWIFTPM_LLBUILD_FWK=1" )
748
748
env_cmd .append ("SWIFTCI_USE_LOCAL_DEPS=1" )
749
749
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" )
752
750
753
751
if not '-macosx' in args .build_target and args .command == 'install' :
754
752
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}"
20
20
21
21
CONFIGURATION=debug
22
22
export 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
25
23
26
24
set -x
27
25
You can’t perform that action at this time.
0 commit comments