Skip to content

Commit

Permalink
ci: add runc_nosd step to compile-buildags
Browse files Browse the repository at this point in the history
Signed-off-by: Kir Kolyshkin <[email protected]>
  • Loading branch information
kolyshkin committed Dec 12, 2024
1 parent 20e04c2 commit a4bc15a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,8 @@ jobs:
run: make BUILDTAGS=""
- name: compile with runc_nocriu build tag
run: make EXTRA_BUILDTAGS="runc_nocriu"
- name: compile with runc_nosd tag added
run: make EXTRA_BUILDTAGS="runc_nosd"

codespell:
runs-on: ubuntu-24.04
Expand Down

0 comments on commit a4bc15a

Please sign in to comment.