Skip to content

Commit 2aef25c

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 2aef25c

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

projects.json

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4767,7 +4767,14 @@
47674767
},
47684768
{
47694769
"action": "TestSwiftPackage"
4770-
}
4770+
},
4771+
"xfail": [
4772+
{
4773+
"issue": "rdar://128175704",
4774+
"branch": ["main"],
4775+
"job": ["source-compat"]
4776+
}
4777+
]
47714778
]
47724779
},{
47734780
"repository": "Git",

0 commit comments

Comments
 (0)