Skip to content

Commit

Permalink
ci: Build kata-runtime before running static checks
Browse files Browse the repository at this point in the history
We need to build kata-runtime to have the correct files
in place to be able to run the static checks script.

Fixes kata-containers#1716.

Signed-off-by: Salvador Fuentes <[email protected]>
  • Loading branch information
chavafg committed May 21, 2019
1 parent f4da3f5 commit 0d98e24
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .ci/static-checks.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,8 @@ set -e
cidir=$(dirname "$0")
source "${cidir}/lib.sh"

# Build kata-runtime before running static checks
make -C "${cidir}/../"

# Run static checks
run_static_checks

0 comments on commit 0d98e24

Please sign in to comment.