Skip to content

Commit

Permalink
Merge pull request #258 from microsoft/sumsharma/fix_agent_build_checks
Browse files Browse the repository at this point in the history
ci: install libdevmapper for agent static checks
  • Loading branch information
Sumynwa authored and sprt committed Feb 10, 2025
2 parents ce21f1e + 8452b5f commit 8be14fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-checks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ jobs:
if: ${{ matrix.component != 'runtime' }}
run: sudo apt-get -y install musl-tools
- name: Install devicemapper
if: ${{ matrix.command == 'make check' && matrix.component == 'agent' }}
if: ${{ (matrix.command == 'make check' || matrix.command == 'make test') && matrix.component == 'agent' }}
run: sudo apt-get -y install libdevmapper-dev
- name: Install libseccomp
if: ${{ matrix.command != 'make vendor' && matrix.command != 'make check' && matrix.install-libseccomp == 'yes' }}
Expand Down

0 comments on commit 8be14fd

Please sign in to comment.