Skip to content

Fix container stats build break - #898

Merged
realrajaryan merged 1 commit into
apple:mainfrom
dcantah:fix-build-oop
Nov 19, 2025
Merged

Fix container stats build break#898
realrajaryan merged 1 commit into
apple:mainfrom
dcantah:fix-build-oop

Conversation

@dcantah

Copy link
Copy Markdown
Contributor

Seems run was changed to return a data blob variant of stdout, which made the function have a tuple of size 4 instead of 3 now. The stats tests still used the old 3 wide variant which broke the build.

Seems `run` was changed to return a data blob variant of stdout,
which made the function have a tuple of size 4 instead of 3 now.
The stats tests still used the old 3 wide variant which broke the
build.
@realrajaryan
realrajaryan merged commit 266b135 into apple:mainNov 19, 2025
3 of 4 checks passed
saehejkang pushed a commit to saehejkang/container that referenced this pull request Jan 27, 2026
Seems `run` was changed to return a data blob variant of stdout, which
made the function have a tuple of size 4 instead of 3 now. The stats
tests still used the old 3 wide variant which broke the build.
@HokilaHokila mentioned this pull request Aug 30, 2026
7 tasks
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

@dcantah@realrajaryan