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] (CI) rust-cache key and fix audit #217

Merged
merged 10 commits into from
Jan 12, 2025
Merged

[FIX] (CI) rust-cache key and fix audit #217

merged 10 commits into from
Jan 12, 2025

Conversation

makeecat
Copy link
Collaborator

@makeecat makeecat commented Jan 12, 2025

  1. Add matrix.mode in cache key. Default cache key cause conflict when build/release try to save the same cache key.
  2. Further simplify the CI, test all features directly.
  3. Addressed dependency security issue of cu29_helpers thanks to cargo audit. Use tempfile instead of tempdir. The tempdir was merged into tempfile and became unmaintained.

@@ -166,3 +104,13 @@ jobs:
- uses: crate-ci/typos@master
with:
config: ./.config/_typos.toml

audit:
Copy link
Collaborator

Choose a reason for hiding this comment

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

That could be done once a week like we mentioned on discord.

@makeecat makeecat changed the title [FIX] (CI) rust-cache key [FIX] (CI) rust-cache key and add audit Jan 12, 2025
@makeecat makeecat changed the title [FIX] (CI) rust-cache key and add audit [FIX] (CI) rust-cache key and fix audit Jan 12, 2025
@makeecat makeecat merged commit 4ac9a40 into master Jan 12, 2025
7 checks passed
@makeecat makeecat deleted the yang/fix/CI_cache branch January 12, 2025 16:43
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