From d1ce8cd8a4fcab3b3d44496ee8380810c0a90d9e Mon Sep 17 00:00:00 2001 From: Andrey Babushkin Date: Wed, 11 Sep 2024 16:28:47 +0100 Subject: [PATCH] Trying RISC-V Linux builds with --cap-drop all --- .github/workflows/linux_riscv.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/linux_riscv.yml b/.github/workflows/linux_riscv.yml index 360967be8c87dd..1371e8fcb0a461 100644 --- a/.github/workflows/linux_riscv.yml +++ b/.github/workflows/linux_riscv.yml @@ -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'