Skip to content

Commit 566ed39

Browse files
committed
Revert containerization pin back to apple/containerization 0.33.2
The branch pin to full-chaos/containerization@feat/chaos-1380-blkio-runtime was a temporary measure while apple/containerization#739 was in flight. Revert to the upstream pin so this PR can be merged independently of apple#739. Note: the runtime plumbing in RuntimeService.swift still references Containerization.LinuxBlockIO and czConfig.blockIO, which only exist on the apple#739 branch. The build will be temporarily broken until apple#739 lands upstream and the pin is bumped to whatever release contains it.
1 parent e37400c commit 566ed39

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

Package.resolved

Lines changed: 1 addition & 2 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
@@ -53,7 +53,7 @@ let package = Package(
5353
.library(name: "MachineAPIService", targets: ["MachineAPIService"]),
5454
],
5555
dependencies: [
56-
.package(url: "https://github.com/full-chaos/containerization.git", branch: scVersion),
56+
.package(url: "https://github.com/apple/containerization.git", exact: Version(stringLiteral: scVersion)),
5757
.package(url: "https://github.com/apple/swift-argument-parser.git", from: "1.3.0"),
5858
.package(url: "https://github.com/apple/swift-collections.git", from: "1.2.0"),
5959
.package(url: "https://github.com/apple/swift-configuration", from: "1.0.0"),

0 commit comments

Comments
 (0)