diff options
| author | Aleksandr Nogikh <nogikh@google.com> | 2025-01-21 11:47:46 +0100 |
|---|---|---|
| committer | Aleksandr Nogikh <nogikh@google.com> | 2025-01-22 13:17:53 +0000 |
| commit | b8b5b35706290e7fcf6570ab2cf74df9ac310a2f (patch) | |
| tree | e03ac9c2fb513535ae228909b94865a588d43148 /syz-cluster/Makefile | |
| parent | bcfe9f01a8a33c831b83e95cb3b9bd85a07f023c (diff) | |
syz-cluster: add a boot test
Run a smoke test on the base kernel build and report back the results.
Diffstat (limited to 'syz-cluster/Makefile')
| -rw-r--r-- | syz-cluster/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/syz-cluster/Makefile b/syz-cluster/Makefile index a248a4af4..c58b168bb 100644 --- a/syz-cluster/Makefile +++ b/syz-cluster/Makefile @@ -37,6 +37,10 @@ build-build-step-dev: eval $$(minikube docker-env);\ docker build -t build-step-local -f ./workflow/build-step/Dockerfile ../ +build-boot-step-dev: + eval $$(minikube docker-env);\ + docker build -t boot-step-local -f ./workflow/boot-step/Dockerfile ../ + build-go-tests-dev: eval $$(minikube docker-env);\ docker build -t go-tests-local -f Dockerfile.go-tests ../ |
