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

Update Axum & deps, Split LTO into separate profile #1344

Merged
merged 4 commits into from
Jan 9, 2024

Conversation

Swatinem
Copy link
Member

@Swatinem Swatinem commented Dec 20, 2023

This updates axum/server and the Sentry SDK to the latest versions along with doing a cargo update and applying nightly clippy fixes.

Also splits LTO builds into a separate profile, as doing local release builds is way too slow when using 1 CGU + LTO.
So instead, create a new profile for that and use it in docker builds.

#skip-changelog

@Swatinem Swatinem self-assigned this Dec 20, 2023
Copy link

codecov bot commented Dec 20, 2023

Codecov Report

Attention: 13 lines in your changes are missing coverage. Please review.

Comparison is base (170b51d) 75.68% compared to head (bcf1577) 75.80%.
Report is 3 commits behind head on master.

❗ Current head bcf1577 differs from pull request most recent head e997d11. Consider uploading reports for the commit e997d11 to get more accurate results

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #1344      +/-   ##
==========================================
+ Coverage   75.68%   75.80%   +0.12%     
==========================================
  Files          99       99              
  Lines       14767    14787      +20     
==========================================
+ Hits        11176    11210      +34     
+ Misses       3591     3577      -14     

@Swatinem Swatinem changed the title Split LTO into separate profile Update Axum & deps, Split LTO into separate profile Dec 29, 2023
@Swatinem

This comment was marked as resolved.

@Swatinem Swatinem merged commit 2d643e8 into master Jan 9, 2024
13 checks passed
@Swatinem Swatinem deleted the swatinem/cargo-update branch January 9, 2024 11:17
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