Skip to content

Commit 5de195f

Browse files
authored
Bump Containerization to 0.12.0. (apple#802)
- Include change to bootlog API.
1 parent 671725c commit 5de195f

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

Package.resolved

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ import PackageDescription
2323
let releaseVersion = ProcessInfo.processInfo.environment["RELEASE_VERSION"] ?? "0.0.0"
2424
let gitCommit = ProcessInfo.processInfo.environment["GIT_COMMIT"] ?? "unspecified"
2525
let builderShimVersion = "0.6.1"
26-
let scVersion = "0.11.0"
26+
let scVersion = "0.12.0"
2727

2828
let package = Package(
2929
name: "container",

Sources/Services/ContainerSandboxService/SandboxService.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,6 @@ public actor SandboxService {
121121
let vmm = VZVirtualMachineManager(
122122
kernel: try bundle.kernel,
123123
initialFilesystem: bundle.initialFilesystem.asMount,
124-
bootlog: bundle.bootlog.path,
125124
rosetta: config.rosetta,
126125
logger: self.log
127126
)
@@ -198,6 +197,7 @@ public actor SandboxService {
198197
))
199198
}
200199
czConfig.hosts = Hosts(entries: hostsEntries)
200+
czConfig.bootlog = bundle.bootlog
201201
}
202202

203203
await self.setContainer(

0 commit comments

Comments
 (0)