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

CI fix Attempt #3 #1810

Merged
merged 2 commits into from
Nov 13, 2024
Merged

CI fix Attempt #3 #1810

merged 2 commits into from
Nov 13, 2024

Conversation

rukai
Copy link
Member

@rukai rukai commented Nov 13, 2024

#1808 was a success, but it only fixed debug builds, leaving all of the release builds broken as well.
To fix this, this PR includes the ${{ matrix.cargo_flags }} in the clean flags.
This will include --release for release builds and nothing for debug builds, ensuring that release builds also have j4rs built from scratch, same as debug builds.

I'm not sure why #1808 seemed to completely fix the issue, maybe the main branch caches hadnt actually been written to yet.

@rukai rukai marked this pull request as ready for review November 13, 2024 03:26
Copy link

codspeed-hq bot commented Nov 13, 2024

CodSpeed Performance Report

Merging #1810 will not alter performance

Comparing rukai:ci_fix_3 (780feef) with main (1d7769e)

Summary

✅ 38 untouched benchmarks

@rukai rukai enabled auto-merge (squash) November 13, 2024 23:09
@rukai rukai merged commit c9b4cca into shotover:main Nov 13, 2024
41 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.

3 participants