eclipse-zenoh / ci

GitHub Actions and workflows used across eclipse-zenoh
Other
1 stars 3 forks source link

fix: Don't run cargo-publish on Windows, use macOS #79

Closed fuzzypixelz closed 5 months ago

fuzzypixelz commented 5 months ago

After #76, cargo-publish fails because zenoh-plugin-rest's build script changes the source directory (it's not supposed to) and that makes the publishing fail (LF is changed to CRLF).

This changes release-crates-cargo to use macOS because even though the file will be rewritten, it will stay identical.

Again, we can't use Ubuntu because the storage space is too low.

See https://github.com/eclipse-zenoh/zenoh/issues/897.

eclipse-zenoh-bot commented 5 months ago

@fuzzypixelz If this pull request contains a bugfix or a new feature, then please consider using Closes #ISSUE-NUMBER syntax to link it to an issue.