mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-04-28 19:54:35 +00:00
ci: Add no-op step to compile CSI driver
This adds a no-op build step to compile the CSI driver. The actual compilation will be implemented in an ulterior PR, so as to ensure we don't break the CI. Addresses: #10560 Signed-off-by: Aurélien Bombo <abombo@microsoft.com>
This commit is contained in:
parent
2bd8fde44a
commit
e43c59a2c6
@ -37,6 +37,7 @@ jobs:
|
|||||||
- cloud-hypervisor
|
- cloud-hypervisor
|
||||||
- cloud-hypervisor-glibc
|
- cloud-hypervisor-glibc
|
||||||
- coco-guest-components
|
- coco-guest-components
|
||||||
|
- csi-kata-directvolume
|
||||||
- firecracker
|
- firecracker
|
||||||
- genpolicy
|
- genpolicy
|
||||||
- kata-ctl
|
- kata-ctl
|
||||||
|
@ -92,6 +92,9 @@ cloud-hypervisor-tarball:
|
|||||||
cloud-hypervisor-glibc-tarball:
|
cloud-hypervisor-glibc-tarball:
|
||||||
${MAKE} $@-build
|
${MAKE} $@-build
|
||||||
|
|
||||||
|
csi-kata-directvolume-tarball: copy-scripts-for-the-tools-build
|
||||||
|
exit 0
|
||||||
|
|
||||||
firecracker-tarball:
|
firecracker-tarball:
|
||||||
${MAKE} $@-build
|
${MAKE} $@-build
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user