Skip to content

Commit e2ff788

Browse files
committed
Remove unnecessary mounting of Xauthority files (which was incorrect).
1 parent 7e9b2a8 commit e2ff788

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

docker-run-all.sh

-2
Original file line numberDiff line numberDiff 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 \

docker-run-emulator.sh

-2
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)