mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-06-30 17:22:33 +00: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:
parent
f4da3f585a
commit
0d98e248ff
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user