dora icon indicating copy to clipboard operation
dora copied to clipboard

CI: `musllinux` job broken on `main` branch

Open phil-opp opened this issue 10 months ago • 3 comments

Describe the bug

All the musllinux jobs fail on CI on the main branch. The error message is:

 💥 maturin failed
  Caused by: Failed to run rustc to get the host target
  Caused by: error from command -- stderr:

sccache: error: failed to execute compile
sccache: caused by: Compiler not supported: "error: toolchain \'stable-x86_64-unknown-linux-gnu\' is not installed\nhelp: run `rustup toolchain install stable-x86_64-unknown-linux-gnu` to install it\n"

The first CI run that showed this error was https://github.com/dora-rs/dora/actions/runs/14432894203/job/40469831950 , but I don't think that it's related to the crossbeam-channel dependency update.

phil-opp avatar Apr 15 '25 11:04 phil-opp

Seems to be a sccache issue.

Easiest might be to disable it

haixuanTao avatar Apr 16 '25 15:04 haixuanTao

Thanks! I tried this in #901 and it seems to fix the error: https://github.com/dora-rs/dora/actions/runs/14497133129/job/40667600070?pr=901

phil-opp avatar Apr 16 '25 16:04 phil-opp

@haixuanTao has been automatically unassigned from this stale issue after 2 weeks of inactivity.

github-actions[bot] avatar May 01 '25 00:05 github-actions[bot]

This should be fixed as of #1000

haixuanTao avatar May 27 '25 17:05 haixuanTao