mirror of
https://github.com/aljazceru/kata-containers.git
synced 2026-01-05 15:34:21 +01:00
ci: Build kata-runtime before running static checks
We need to build kata-runtime to have the correct files in place to be able to run the static checks script. Fixes #1716. Signed-off-by: Salvador Fuentes <salvador.fuentes@intel.com>
This commit is contained in:
@@ -9,4 +9,8 @@ set -e
|
|||||||
cidir=$(dirname "$0")
|
cidir=$(dirname "$0")
|
||||||
source "${cidir}/lib.sh"
|
source "${cidir}/lib.sh"
|
||||||
|
|
||||||
|
# Build kata-runtime before running static checks
|
||||||
|
make -C "${cidir}/../"
|
||||||
|
|
||||||
|
# Run static checks
|
||||||
run_static_checks
|
run_static_checks
|
||||||
|
|||||||
Reference in New Issue
Block a user