Skip to content

Commit c6bb583

Browse files
author
Zachary 'Clack' Cole
authored
Merge pull request swiftlang#243 from apple/update-deferred
Update Deferred hash to build against 4.2
2 parents 43de5bf + 28debae commit c6bb583

File tree

1 file changed

+3
-12
lines changed

1 file changed

+3
-12
lines changed

projects.json

Lines changed: 3 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -492,8 +492,8 @@
492492
"branch": "master",
493493
"compatibility": [
494494
{
495-
"version": "4.0",
496-
"commit": "190f44e8de0d949c7cdc55e3b3bd856a05b42a67"
495+
"version": "4.2",
496+
"commit": "c374a6e7072ed88ed0c79299098ca2ba7c27e720"
497497
}
498498
],
499499
"platforms": [
@@ -505,16 +505,7 @@
505505
{
506506
"action": "BuildSwiftPackage",
507507
"configuration": "release",
508-
"tags": "sourcekit",
509-
"xfail": {
510-
"compatibility": {
511-
"4.0": {
512-
"branch": {
513-
"master": "https://bugs.swift.org/browse/SR-8234"
514-
}
515-
}
516-
}
517-
}
508+
"tags": "sourcekit"
518509
},
519510
{
520511
"action": "BuildXcodeProjectScheme",

0 commit comments

Comments
 (0)