File tree Expand file tree Collapse file tree 2 files changed +0
-4
lines changed
Expand file tree Collapse file tree 2 files changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -11,14 +11,12 @@ docker run \
1111 --memory-swappiness=0 \
1212 --env USER=dev \
1313 --env " DISPLAY=unix${DISPLAY} " \
14- --env XAUTHORITY=/Xauthority \
1514 --tmpfs /tmp:size=16m \
1615 --tmpfs /home/dev/build:exec,size=512m \
1716 --tmpfs /home/dev/.gradle:exec,size=512m \
1817 --tmpfs /home/dev/.android:size=3g \
1918 --tmpfs /home/dev/.cargo/registry:size=16m \
2019 --volume /tmp/.X11-unix:/tmp/.X11-unix \
21- --volume ${HOME} /.Xauthority:/Xauthority:ro \
2220 --device /dev/bus/usb \
2321 --device /dev/dri \
2422 --device /dev/kvm \
Original file line number Diff line number Diff line change @@ -11,14 +11,12 @@ docker run \
1111 --memory-swappiness=0 \
1212 --env USER=dev \
1313 --env " DISPLAY=unix${DISPLAY} " \
14- --env XAUTHORITY=/Xauthority \
1514 --tmpfs /tmp:size=16m \
1615 --tmpfs /home/dev/build:exec,size=512m \
1716 --tmpfs /home/dev/.gradle:exec,size=512m \
1817 --tmpfs /home/dev/.android:size=3g \
1918 --tmpfs /home/dev/.cargo/registry:size=16m \
2019 --volume /tmp/.X11-unix:/tmp/.X11-unix \
21- --volume ${HOME} /.Xauthority:/Xauthority:ro \
2220 --device /dev/dri \
2321 --device /dev/kvm \
2422 android-rust-simd
You can’t perform that action at this time.
0 commit comments