Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Handle socket(2)'s args (Fix #89) #91

Merged
merged 6 commits into from
Nov 13, 2024

Conversation

naoki9911
Copy link
Collaborator

No description provided.

naoki9911 and others added 3 commits November 6, 2024 00:27
Signed-off-by: Naoki MATSUMOTO <[email protected]>
Signed-off-by: Naoki MATSUMOTO <[email protected]>
@naoki9911 naoki9911 requested a review from AkihiroSuda November 6, 2024 08:55
@naoki9911 naoki9911 changed the title Fix #89 Handle socket(2)'s args (Fix #89) Nov 6, 2024
- run: ./test/init_test.sh
- run: ~/bypass4netns/benchmark/run_bench.sh
# thanks to https://github.com/NobuoTsukamoto/my_actions_test/blob/main/.github/workflows/test_contains.yml
- name: cleanup
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why do you need to clean up the disk?
For ENOSPC?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, due to ENOSPC. Without this, test images occupied GHA runner storage and tests failed.

GO_VERSION="1.22.0"
NERDCTL_VERSION="2.0.0-beta.3"
GO_VERSION="1.23.2"
NERDCTL_VERSION="2.0.0-rc.3"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Now GA

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixed.
Congratulations on nerdctl 2.0.0 GA! 🎉

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The fix doesn't seem pushed?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I fixed the wrong commit.

Signed-off-by: Naoki MATSUMOTO <[email protected]>
Signed-off-by: Naoki MATSUMOTO <[email protected]>
Copy link
Member

@AkihiroSuda AkihiroSuda left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks

@AkihiroSuda AkihiroSuda merged commit c6757e6 into rootless-containers:master Nov 13, 2024
23 checks passed
Sign up for free to 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