You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We also have sccache enabled for our CI build. You can see the logs for the CI build on the PR that adds codspeed here. It compiles much faster (~4 minutes, including running tests etc.). In contrast, cargo codspeed build takes ~20 minutes. Have I done something wrong? How do I properly convey the RUSTC_WRAPPER information to cargo when it is run by CodSpeed? (Docs about RUSTC_WRAPPER and sccache are here).
The text was updated successfully, but these errors were encountered:
art049
changed the title
cargo codspeed build appears to not propagate environment variables to cargo?
Allow usage of cargo-codspeed with sccache
Sep 26, 2024
Hey all,
I want to use codspeed to benchmark spiraldb/vortex. You can see the code for the workflow here: https://github.com/spiraldb/vortex/pull/848/files . The setup-rust action sets three environment variables which I've confirmed are set in the GitHub Action step that runs cargo codspeed build:
We also have sccache enabled for our CI build. You can see the logs for the CI build on the PR that adds codspeed here. It compiles much faster (~4 minutes, including running tests etc.). In contrast,
cargo codspeed build
takes ~20 minutes. Have I done something wrong? How do I properly convey the RUSTC_WRAPPER information to cargo when it is run by CodSpeed? (Docs about RUSTC_WRAPPER and sccache are here).The text was updated successfully, but these errors were encountered: