Skip to content

Commit

Permalink
Trying RISC-V Linux builds with --cap-drop all
Browse files Browse the repository at this point in the history
  • Loading branch information
ababushk committed Sep 11, 2024
1 parent 3590145 commit d1ce8cd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/linux_riscv.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ jobs:
image: ${{ fromJSON(needs.docker.outputs.images).ov_build.ubuntu_22_04_riscv }}
volumes:
- /mount:/mount
options: '--cap-drop=all'
env:
CMAKE_BUILD_TYPE: 'Release'
CMAKE_GENERATOR: 'Ninja'
Expand Down

0 comments on commit d1ce8cd

Please sign in to comment.