kata-containers/tools/packaging/static-build/virtiofsd
stevenhorsman 1cf1a332a5 packaging: virtiofsd: Allow building a specific commit
#10714 added support for building a specific commit,
but due to the clone only having `--depth=1`, we can only
reset to a commit if it's the latest on the `main` branch,
otherwise we will get:
```
+ git clone --depth 1 --branch main https://gitlab.com/virtio-fs/virtiofsd virtiofsd
Cloning into 'virtiofsd'...
warning: redirecting to https://gitlab.com/virtio-fs/virtiofsd.git/
+ pushd virtiofsd
+ git reset --hard cecc61bca981ab42aae6ec490dfd59965e79025e
...
fatal: Could not parse object 'cecc61bca981ab42aae6ec490dfd59965e79025e'.
```

Signed-off-by: stevenhorsman <steven@uk.ibm.com>
2025-01-31 11:24:23 +00:00
..
gnu virtiofsd: Enable build for RISC-V 2025-01-21 18:05:37 +08:00
musl ci: virtiofsd no sudo 2024-05-28 14:19:58 +00:00
build-static-virtiofsd.sh packaging: virtiofsd: Allow building a specific commit 2025-01-31 11:24:23 +00:00
build.sh virtiofsd: Enable build for RISC-V 2025-01-21 18:05:37 +08:00