srtool-cli
srtool-cli copied to clipboard
This cli utility helps you harness the srtool docker image witout breaking a sweat.
This `--default-features` CLI flag is not really working or at least not for me. Also looking into the docker image it is still doing some kind of processing, which is...
When using `srtool-cli` locally it fails with: ``` Cannot compile the WASM runtime: no standard library sources found! ... ``` This PR adds a cli flag which, when passed, passes...
This is not particular an issue of `srtool-cli` as it "ripples" through the entire stack. However, it would be nice to also support other architectures. Would then also require to...
This is a big PR as it brings the lib we will then use for the rust impl. of the srtool build script.
In case of using aliases, knowing what engine REALLY runs could be useful
It could be useful to let the user provide some ENV using: ``` srtool build --env RUST_LOG ... ```
See #23 This is more than just defaulting to podman. There seem to be issues with podman related to the cache temp folder. ## TODO: Here is the list of...
This remains to be spec'ed but the main idea is to allow used to check a given "srtool result" coming in the form of a json file. The json file...
Blocked by https://github.com/github/markup/issues/1095