Closed Xuanwo closed 1 week ago
cc @sylvestre would you like to take a look? This PR will address the failing CI on main.
Snap workflow has been disable since it never works.
https://github.com/mozilla/sccache/actions/runs/11701499882/job/32587729982?pr=2282
Exported credentials are no longer valid for the Snap Store.
Recommended resolution: Run export-login and update SNAPCRAFT_STORE_CREDENTIALS.
For more information, check out: https://snapcraft.io/docs/snapcraft-authentication
Full execution log: '/home/runner/.local/state/snapcraft/log/snapcraft-20241106-102321.213818.log'
thanks !
Related to https://github.com/mozilla/grcov/issues/1240
I start this PR to fix the main branch's CI failure, but find out that we need to use profile-generate to replace outdated -Zprofile options.
Refer https://doc.rust-lang.org/rustc/profile-guided-optimization.html for more information.