summaryrefslogtreecommitdiffstats
path: root/.ci/scripts/linux/docker.sh
diff options
context:
space:
mode:
authorliushuyu <liushuyu011@gmail.com>2021-12-23 07:31:57 +0100
committerliushuyu <liushuyu011@gmail.com>2022-07-05 05:21:56 +0200
commita1815b617ceebf9a0a43c6fb89a13ac7f37f9ba4 (patch)
treeb5822f53279efae6dc0353732eae08e8d251f3d0 /.ci/scripts/linux/docker.sh
parentMerge pull request #8521 from lat9nq/gdbstub-in-bounds (diff)
downloadyuzu-a1815b617ceebf9a0a43c6fb89a13ac7f37f9ba4.tar
yuzu-a1815b617ceebf9a0a43c6fb89a13ac7f37f9ba4.tar.gz
yuzu-a1815b617ceebf9a0a43c6fb89a13ac7f37f9ba4.tar.bz2
yuzu-a1815b617ceebf9a0a43c6fb89a13ac7f37f9ba4.tar.lz
yuzu-a1815b617ceebf9a0a43c6fb89a13ac7f37f9ba4.tar.xz
yuzu-a1815b617ceebf9a0a43c6fb89a13ac7f37f9ba4.tar.zst
yuzu-a1815b617ceebf9a0a43c6fb89a13ac7f37f9ba4.zip
Diffstat (limited to '.ci/scripts/linux/docker.sh')
-rwxr-xr-x.ci/scripts/linux/docker.sh2
1 files changed, 0 insertions, 2 deletions
diff --git a/.ci/scripts/linux/docker.sh b/.ci/scripts/linux/docker.sh
index 5070b92d1..38b29294c 100755
--- a/.ci/scripts/linux/docker.sh
+++ b/.ci/scripts/linux/docker.sh
@@ -3,8 +3,6 @@
# Exit on error, rather than continuing with the rest of the script.
set -e
-cd /yuzu
-
ccache -s
mkdir build || true && cd build