mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-06-22 13:38:26 +00:00
Merge pull request #10823 from stevenhorsman/fix-virtiofsd-build-error
packaging: virtiofsd: Allow building a specific commit
This commit is contained in:
commit
41f23f1d2a
@ -50,10 +50,10 @@ pull_virtiofsd_released_binary() {
|
||||
}
|
||||
|
||||
build_virtiofsd_from_source() {
|
||||
echo "build viriofsd from source"
|
||||
echo "build virtiofsd from source"
|
||||
. /etc/profile.d/rust.sh
|
||||
|
||||
git clone --depth 1 --branch main ${virtiofsd_repo} virtiofsd
|
||||
git clone --branch main ${virtiofsd_repo} virtiofsd
|
||||
pushd virtiofsd
|
||||
|
||||
git reset --hard ${virtiofsd_version}
|
||||
|
Loading…
Reference in New Issue
Block a user