-
Notifications
You must be signed in to change notification settings - Fork 6
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
Conversation
Signed-off-by: Naoki MATSUMOTO <[email protected]>
Signed-off-by: Naoki MATSUMOTO <[email protected]>
Signed-off-by: Naoki MATSUMOTO <[email protected]>
- 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 |
There was a problem hiding this comment.
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?
There was a problem hiding this comment.
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.
test/init_test.sh
Outdated
GO_VERSION="1.22.0" | ||
NERDCTL_VERSION="2.0.0-beta.3" | ||
GO_VERSION="1.23.2" | ||
NERDCTL_VERSION="2.0.0-rc.3" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Now GA
There was a problem hiding this comment.
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! 🎉
There was a problem hiding this comment.
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?
There was a problem hiding this comment.
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]>
Signed-off-by: Naoki MATSUMOTO <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks
No description provided.