mirror of
https://github.com/VSCodium/vscodium.git
synced 2026-04-24 20:00:15 +10:00
build(linux): install reh dependencies for alpine
This commit is contained in:
@@ -22,7 +22,7 @@ VSCODE_REMOTE_DEPENDENCIES_CONTAINER_NAME="vscodium/vscodium-linux-build-agent:a
|
|||||||
export VSCODE_REMOTE_DEPENDENCIES_CONTAINER_NAME
|
export VSCODE_REMOTE_DEPENDENCIES_CONTAINER_NAME
|
||||||
|
|
||||||
for i in {1..5}; do # try 5 times
|
for i in {1..5}; do # try 5 times
|
||||||
yarn --cwd build --frozen-lockfile --check-files && break
|
yarn --frozen-lockfile --check-files && break
|
||||||
if [[ $i == 3 ]]; then
|
if [[ $i == 3 ]]; then
|
||||||
echo "Yarn failed too many times" >&2
|
echo "Yarn failed too many times" >&2
|
||||||
exit 1
|
exit 1
|
||||||
|
|||||||
Reference in New Issue
Block a user