Skip to content

Commit 1019949

Browse files
test=document_fix
1 parent e97eaa2 commit 1019949

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/_Linux-DCU.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
run: |
6060
container_name=${TASK}-$(date +%Y%m%d-%H%M%S)
6161
echo "container_name=${container_name}" >> ${{ github.env }}
62-
docker run --privileged --ulimit nofile=102400:102400 -d -t --name ${container_name} \
62+
docker run --ulimit nofile=102400:102400 -d -t --name ${container_name} \
6363
-v $home_dir/.cache:/root/.cache \
6464
-v $home_dir/.ccache:/root/.ccache \
6565
-v ${{ github.workspace }}/../../..:${{ github.workspace }}/../../.. \
@@ -208,7 +208,7 @@ jobs:
208208
container_name=${TASK}-$(date +%Y%m%d-%H%M%S)
209209
echo "container_name=${container_name}" >> ${{ github.env }}
210210
sudo mkdir -p /run/user/0
211-
docker run --cap-add=SYS_PTRACE --privileged --ulimit nofile=102400 --ulimit core=-1 --shm-size=32g -d -t --name ${container_name} \
211+
docker run --ulimit nofile=102400 --ulimit core=-1 --shm-size=32g -d -t --name ${container_name} \
212212
-v /ssd1/cibuild/.cache:/root/.cache \
213213
-v /ssd1/cibuild/.ccache:/root/.ccache \
214214
-v ${{ github.workspace }}/../../..:${{ github.workspace }}/../../.. \

0 commit comments

Comments
 (0)