mozilla / sccache

Sccache is a ccache-like tool. It is used as a compiler wrapper and avoids compilation when possible. Sccache has the capability to utilize caching in remote storage environments, including various cloud storage options, or alternatively, in local storage.
Apache License 2.0
5.85k stars 552 forks source link

Add windows arm64 to the CI #2243

Closed hjyamauchi closed 3 months ago

hjyamauchi commented 3 months ago

CC @Xuanwo

hjyamauchi commented 3 months ago

This is based on the discussion https://github.com/mozilla/sccache/discussions/2223

codecov-commenter commented 3 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 51.65%. Comparing base (0cc0c62) to head (1e5e1d7). Report is 70 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #2243 +/- ## =========================================== + Coverage 30.91% 51.65% +20.74% =========================================== Files 53 55 +2 Lines 20112 20717 +605 Branches 9755 9776 +21 =========================================== + Hits 6217 10701 +4484 - Misses 7922 8025 +103 + Partials 5973 1991 -3982 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

sylvestre commented 3 months ago

AFAIK, it is building but not running tests, am I correct?

hjyamauchi commented 3 months ago

I didn't realize there was a test step. So, I believe so. Do we want to enable testing?

hjyamauchi commented 3 months ago

AFAICT, windows arm64 runners aren't available on github yet. So testing for windows arm64 isn't currently viable?

sylvestre commented 3 months ago

correct but not an issue :)

hjyamauchi commented 3 months ago

@sylvestre Great, thank you! Do you have an idea when the next release that includes a windows arm64 binary may happen?