mirror of
https://github.com/apple/container.git
synced 2026-08-24 10:05:43 -05:00
Fix a compilation error (#2119)
This commit is contained in:
@@ -108,7 +108,7 @@ public struct Builder: Sendable {
|
||||
}
|
||||
|
||||
if let terminal = config.terminal {
|
||||
Task {
|
||||
_ = Task {
|
||||
let winchHandler = AsyncSignalHandler.create(notify: [SIGWINCH])
|
||||
let setWinch = { (rows: UInt16, cols: UInt16) in
|
||||
var winch = ClientStream()
|
||||
|
||||
@@ -26,6 +26,7 @@ import ContainerizationError
|
||||
import ContainerizationExtras
|
||||
import Foundation
|
||||
import Logging
|
||||
import SystemPackage
|
||||
|
||||
enum Variant: String, ExpressibleByArgument {
|
||||
case reserved
|
||||
|
||||
@@ -24,6 +24,7 @@ import ContainerXPC
|
||||
import Foundation
|
||||
import Logging
|
||||
import NIO
|
||||
import SystemPackage
|
||||
|
||||
extension RuntimeLinuxHelper {
|
||||
struct Start: AsyncParsableCommand {
|
||||
|
||||
Reference in New Issue
Block a user