linux-flatpak: revert use precompiled cache

This commit is contained in:
B3n30 2019-04-23 23:27:14 +02:00
parent f4da2de99a
commit 524ab2dca5
1 changed files with 0 additions and 2 deletions

View File

@ -31,8 +31,6 @@ mkdir -p "$REPO_DIR"
sshfs "$FLATPAK_SSH_USER@$FLATPAK_SSH_HOSTNAME:$SSH_DIR" "$REPO_DIR" -C -p "$FLATPAK_SSH_PORT" -o IdentityFile="$SSH_KEY"
# setup ccache location
wget 'https://liushuyu.b-cdn.net/citra-ccache-flatpak.tar.xz'
tar xf citra-ccache-flatpak.tar.xz -C /root/.ccache --strip-components=1
mkdir -p "$STATE_DIR"
ln -sv /root/.ccache "$STATE_DIR/ccache"