Greg Kurz
Greg Kurz
EXPERIMENTAL DON'T MERGE This tries to mimic what runtime-rs does more closely.
Needed for https://github.com/kata-containers/kata-containers/pull/5736
All these settings are hardcoded as `false` and result in no extra options on the QEMU command line, like the go runtime does. There actually not needed : - we're...
The [kata-containers-ci-on-push / run-k8s-tests-on-aks / run-k8s-tests (cbl-mariner, clh)](https://github.com/kata-containers/kata-containers/actions/runs/8288091235/job/22696525780?pr=9282#logs) check is failing on all PRs and nightly CI. ``` [run_kubernetes_tests.sh:142] INFO: Executing k8s-exec.bats 1..1 not ok 1 Kubectl exec # (in...
All these function share the following pattern : ``` echo -e "[$(basename $0):${BASH_LINENO[0]}] WARNING: $msg" ``` where `$(basename $0)` expands to the top level script being run as expected, but...
People often forget to refresh `Cargo.lock` when pushing changes in `Cargo.toml`. This generates unwanted noise in the next PR for the affected rust component. Let's add a check in CI...
The https://github.com/actions-rs organization was marked as archived by an administrator on Oct 13, 2023. It is no longer maintained.