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

clippy: always create the capture file for Clippy #173

Merged
merged 1 commit into from
Jun 17, 2024

Conversation

kdudka
Copy link
Member

@kdudka kdudka commented Jun 14, 2024

... to avoid triggering a non-fatal failure while exporting files from the chroot in case Clippy is enabled for a non-Rust project:

tar: /builddir/clippy-output.txt: Cannot stat: No such file or directory
tar: Exiting with failure status due to previous errors

Related: https://issues.redhat.com/browse/OSH-30

@kdudka kdudka requested a review from lzaoral June 14, 2024 18:04
@kdudka kdudka self-assigned this Jun 14, 2024
... to avoid triggering a non-fatal failure while exporting files
from the chroot in case Clippy is enabled for a non-Rust project:
```
tar: /builddir/clippy-output.txt: Cannot stat: No such file or directory
tar: Exiting with failure status due to previous errors
```

Related: https://issues.redhat.com/browse/OSH-30
Closes: csutils#173
@kdudka
Copy link
Member Author

kdudka commented Jun 17, 2024

@lzaoral Thanks for review!

@kdudka kdudka closed this in 9f5a0fb Jun 17, 2024
@kdudka kdudka merged commit 9f5a0fb into csutils:main Jun 17, 2024
36 checks passed
@kdudka kdudka deleted the clippy branch June 17, 2024 08:19
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