File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Plugins/AWSLambdaPackager Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ let package = Package(
53
53
] ) ,
54
54
. testTarget( name: " AWSLambdaTestingTests " , dependencies: [ " AWSLambdaTesting " ] ) ,
55
55
// for perf testing
56
- . target ( name: " MockServer " , dependencies: [
56
+ . executableTarget ( name: " MockServer " , dependencies: [
57
57
. product( name: " NIOHTTP1 " , package : " swift-nio " ) ,
58
58
. product( name: " NIO " , package : " swift-nio " ) ,
59
59
] ) ,
Original file line number Diff line number Diff line change @@ -139,7 +139,7 @@ struct AWSLambdaPackager: CommandPlugin {
139
139
return results
140
140
}
141
141
142
- #warning("FIXME: use zlib")
142
+ // TODO: explore using ziplib or similar instead of shelling out
143
143
private func package (
144
144
products: [ LambdaProduct : Path ] ,
145
145
toolsProvider: ( String ) throws -> Path ,
You can’t perform that action at this time.
0 commit comments