Skip to content

Commit 5805211

Browse files
authored
Merge pull request #730 from apple/wip-distributed-actors
2 parents 164b622 + e6e0481 commit 5805211

File tree

2 files changed

+35
-0
lines changed

2 files changed

+35
-0
lines changed

project_precommit_check

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,13 @@ supported_configs = {
107107
'Target: x86_64-apple-darwin20.3.0\n',
108108
'description': 'Xcode 12.4 (contains Swift 5.3.2)',
109109
'branch': 'swift-5.3-branch'
110+
},
111+
'5.7': {
112+
'version': 'Apple Swift version 5.7.0 '
113+
'(swiftlang-5.7.0.123.8 clang-1400.0.29.50)\n'
114+
'Target: x86_64-apple-darwin22.3.0\n',
115+
'description': 'Xcode 14.0 (contains Swift 5.7.0)',
116+
'branch': 'swift-5.7-branch'
110117
}
111118
},
112119
# NOTE: Linux isn't fully supported yet

projects.json

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3154,6 +3154,34 @@
31543154
}
31553155
]
31563156
},
3157+
{
3158+
"repository": "Git",
3159+
"url": "https://github.com/apple/swift-distributed-actors",
3160+
"path": "swift-distributed-actors",
3161+
"branch": "main",
3162+
"maintainer": "[email protected]",
3163+
"compatibility": [
3164+
{
3165+
"version": "5.7",
3166+
"commit": "e024c1fae5d2b17346c8a2c4482675a70f35fccc"
3167+
}
3168+
],
3169+
"platforms": [
3170+
"Darwin",
3171+
"Linux"
3172+
],
3173+
"actions": [
3174+
{
3175+
"action": "BuildSwiftPackage",
3176+
"build_tests": "true",
3177+
"configuration": "release",
3178+
"tags": "sourcekit-disabled swiftpm"
3179+
},
3180+
{
3181+
"action": "TestSwiftPackage"
3182+
}
3183+
]
3184+
},
31573185
{
31583186
"repository": "Git",
31593187
"url": "https://github.com/swift-server/async-http-client",

0 commit comments

Comments
 (0)