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

Fix canary test fail in windows by trim the line string #3314

Merged
merged 1 commit into from
Aug 15, 2024

Conversation

yankay
Copy link
Contributor

@yankay yankay commented Aug 15, 2024

The test canary test failed because there are CR characters in the var norm[3], like https://github.com/containerd/nerdctl/actions/runs/10391374345/job/28774125619#step:2:23 .

The PR is to fix it by trimming the string to remove the invisible characters.

@yankay yankay changed the title fix set go env in windows [WIP]fix set go env in windows Aug 15, 2024
@yankay yankay force-pushed the fix-set-go-env branch 18 times, most recently from 571846b to 577dad1 Compare August 15, 2024 03:25
@yankay yankay changed the title [WIP]fix set go env in windows Fix canary test fail in windows by trim the line string Aug 15, 2024
@apostasie
Copy link
Contributor

Thanks a lot @yankay !

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 266203b into containerd:main Aug 15, 2024
19 checks passed
@AkihiroSuda AkihiroSuda added this to the v2.0.0 milestone Aug 15, 2024
@AkihiroSuda AkihiroSuda added the area/ci e.g., CI failure label Aug 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/ci e.g., CI failure
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants