mirror of
https://github.com/LizardByte/Sunshine.git
synced 2025-02-06 00:39:54 +00:00
archlinux: disable downlaod timeout (#1024)
This commit is contained in:
parent
bf4ed899d9
commit
dfb5293224
@ -11,7 +11,7 @@ FROM ${BASE}:${TAG} AS sunshine-base
|
|||||||
RUN <<_DEPS
|
RUN <<_DEPS
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
set -e
|
set -e
|
||||||
pacman -Syu --noconfirm \
|
pacman -Syu --disable-download-timeout --noconfirm \
|
||||||
archlinux-keyring
|
archlinux-keyring
|
||||||
_DEPS
|
_DEPS
|
||||||
|
|
||||||
@ -38,7 +38,7 @@ SHELL ["/bin/bash", "-o", "pipefail", "-c"]
|
|||||||
RUN <<_DEPS
|
RUN <<_DEPS
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
set -e
|
set -e
|
||||||
pacman -Syu --noconfirm \
|
pacman -Syu --disable-download-timeout --noconfirm \
|
||||||
base-devel \
|
base-devel \
|
||||||
cmake \
|
cmake \
|
||||||
cuda \
|
cuda \
|
||||||
@ -102,7 +102,7 @@ COPY --link --from=artifacts /sunshine.pkg.tar.zst /
|
|||||||
RUN <<_INSTALL_SUNSHINE
|
RUN <<_INSTALL_SUNSHINE
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
set -e
|
set -e
|
||||||
pacman -U --noconfirm \
|
pacman -U --disable-download-timeout --noconfirm \
|
||||||
/sunshine.pkg.tar.zst
|
/sunshine.pkg.tar.zst
|
||||||
_INSTALL_SUNSHINE
|
_INSTALL_SUNSHINE
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user