mirror of
https://gitlab.alpinelinux.org/alpine/cloud/tiny-cloud.git
synced 2025-12-14 19:02:45 +03:00
make: install incus files
This commit is contained in:
parent
874335d788
commit
f3712b6ffc
8
Makefile
8
Makefile
@ -1,6 +1,6 @@
|
||||
PREFIX?=/
|
||||
|
||||
SUBPACKAGES = core network openrc aws azure gcp oci nocloud alpine
|
||||
SUBPACKAGES = core network openrc aws azure gcp oci nocloud incus
|
||||
|
||||
.PHONY: check install $(SUBPACKAGES)
|
||||
|
||||
@ -61,6 +61,12 @@ nocloud:
|
||||
install -Dm644 -t $(PREFIX)/lib/tiny-cloud/cloud/nocloud \
|
||||
lib/tiny-cloud/cloud/nocloud/*
|
||||
|
||||
incus:
|
||||
install -Dm644 -t $(PREFIX)/lib/tiny-cloud/cloud/incus \
|
||||
lib/tiny-cloud/cloud/incus/imds
|
||||
install -Dm755 -t $(PREFIX)/lib/tiny-cloud/cloud/incus \
|
||||
lib/tiny-cloud/cloud/incus/autodetect
|
||||
|
||||
check: tests/Kyuafile Kyuafile
|
||||
kyua --variable parallelism=$(shell nproc) test || (kyua report --verbose && exit 1)
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user