Ruslan Mstoi

Results 13 comments of Ruslan Mstoi

`make set-version` can be used to update version number of charts

Hi @phlax, thanks for review. This PR is to fix a crash: get the script working if target is passed to it. If you think the script is obsolete should...

Created #23223 to remove the script. Hence, closing this PR.

@likebreath @liuw #5190 has been closed, any chance same fix closed this issue too? If not how does this issue differ?

@rbradford do you remember the PR number? Would be good example to test against.

`reuse lint` reports many issues: * files with copyright information: 212 / 342 * files with license information: 193 / 342 I've created workflow to run reuse lint. https://github.com/rmstoi/cloud-hypervisor/tree/reuse https://github.com/rmstoi/cloud-hypervisor/actions/runs/8525504956/job/23352598589...

There is an action [houseabsolute/actions-rust-cross](https://github.com/houseabsolute/actions-rust-cross) that lets you easily cross-compile Rust projects using cross. I'm trying [to enable](https://github.com/rmstoi/cloud-hypervisor/tree/replace-actions-rs-toolchain) houseabsolute/actions-rust-cross in place of actions-rs/toolchain. Currently investigating musl build failures.

Action houseabsolute/actions-rust-cross is [using](https://github.com/houseabsolute/actions-rust-cross/blob/v0/action.yml#L50) dtolnay/rust-toolchain@master to install rust toolchain. It is using cross if cross-compiling. Workflows of cloud-hypervisor that do not require cross-compiling can use dtolnay/rust-toolchain and for cross-compiling actions-rust-cross...