mirror of
https://github.com/opencontainers/runc.git
synced 2026-07-11 06:03:57 +08:00
5e78f4a66d
Apparently, lima's experimental/fedora-rawhide image does not include which rpm, and we don't really want to bother installing it. Replace "which" with "command -v". Looks like this was the only place; we already use "command -v" everywhere else. This should fix lima (experimental/fedora-rawhide) CI. Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com>