File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 2020 container :
2121 # image: ghcr.io/bb-ur/umf-${{ matrix.os }}:latest
2222 image : ghcr.io/rbanka1/umf-${{ matrix.os }}:latest
23- options : --user test_user --cap-add=SYS_NICE --cap-add=SYS_ADMIN --cap-add=CAP_SYS_RESOURCE --cap-add=CAP_SETUID --cap-add=CAP_KILL --cap-add=SYS_PTRACE -v /proc:/proc:ro - -cgroupns=host
23+ options : --user test_user --cap-add=SYS_NICE --cap-add=SYS_ADMIN --cap-add=CAP_SYS_RESOURCE --cap-add=CAP_SETUID --cap-add=CAP_KILL --cap-add=SYS_PTRACE --cgroupns=host
2424 volumes :
2525 - ${{ github.workspace }}:${{ github.workspace }}
2626 strategy :
@@ -201,7 +201,7 @@ jobs:
201201
202202 - name : CHECK test_provider_os_memory
203203 run : |
204- strace build/test/test_provider_os_memory --gtest_filter="*BasicFlow/0"
204+ LD_LIBRARY_PATH="${{env.BUILD_DIR}}/lib/ strace build/test/test_provider_os_memory --gtest_filter="*BasicFlow/0"
205205
206206 - name : Run tests
207207 working-directory : ${{env.BUILD_DIR}}
You can’t perform that action at this time.
0 commit comments