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 6, 2024
1 parent a063255 commit b10a80b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,14 @@ jobs:
uses: actions/setup-go@v5
with:
go-version: "${{ env.GO_VERSION }}"
- name: install deps
run: |
sudo apt update
sudo apt -y install libseccomp-dev
- name: compile with no build tags
run: make BUILDTAGS=""
- name: compile with runc_nosd tag added
run: make BUILDTAGS=""

codespell:
runs-on: ubuntu-24.04
Expand Down

0 comments on commit b10a80b

Please sign in to comment.