Skip to content

Commit 67031d7

Browse files
authored
Merge pull request #1026 from kavon/disable-hummingbird-main
CI: xfail hummingbird for main
2 parents 892feb9 + d4bf73b commit 67031d7

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

projects.json

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5424,7 +5424,16 @@
54245424
"action": "BuildSwiftPackage",
54255425
"build_tests": "true",
54265426
"configuration": "release",
5427-
"tags": "swiftpm"
5427+
"tags": "swiftpm",
5428+
"xfail": [
5429+
{
5430+
"issue": "rdar://163680457",
5431+
"compatibility": ["5.10"],
5432+
"branch": ["main"],
5433+
"job": ["source-compat"],
5434+
"platform": "Darwin"
5435+
}
5436+
]
54285437
}
54295438
]
54305439
},

0 commit comments

Comments
 (0)