Skip to content

Commit 5505952

Browse files
committed
Temporarily disable penny-bot while we investigate the failure
This is currently failing, presumably due to a package visibility change: ``` swift-source-compat-suite/project_cache/penny-bot/Lambdas/GitHubAPI/GeneratedSources/Types.swift:1147:59: error: initializer 'init(per_page:page:)' is package and cannot be referenced from a default argument value 1145 | package func pulls_list_files( 1146 | path: Operations.pulls_list_files.Input.Path, 1147 | query: Operations.pulls_list_files.Input.Query = .init(), | `- error: initializer 'init(per_page:page:)' is package and cannot be referenced from a default argument value 1148 | headers: Operations.pulls_list_files.Input.Headers = .init() 1149 | ) async throws -> Operations.pulls_list_files.Output { : 30245 | /// - per_page: The number of results per page (max 100). ``` Temporarily disable while we look into it.
1 parent a8d7f90 commit 5505952

File tree

1 file changed

+16
-2
lines changed

1 file changed

+16
-2
lines changed

projects.json

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4763,10 +4763,24 @@
47634763
"action": "BuildSwiftPackage",
47644764
"configuration": "release",
47654765
"build_tests": "true",
4766-
"tags": "swiftpm"
4766+
"tags": "swiftpm",
4767+
"xfail": [
4768+
{
4769+
"issue": "rdar://128175704",
4770+
"branch": ["main"],
4771+
"job": ["source-compat"]
4772+
}
4773+
]
47674774
},
47684775
{
4769-
"action": "TestSwiftPackage"
4776+
"action": "TestSwiftPackage",
4777+
"xfail": [
4778+
{
4779+
"issue": "rdar://128175704",
4780+
"branch": ["main"],
4781+
"job": ["source-compat"]
4782+
}
4783+
]
47704784
}
47714785
]
47724786
},{

0 commit comments

Comments
 (0)