mirror of
https://github.com/VSCodium/vscodium.git
synced 2026-04-23 11:30:14 +10:00
ci(linux): remove remote from non-server build [skip ci]
This commit is contained in:
@@ -16,6 +16,8 @@ cd vscode || { echo "'vscode' dir not found"; exit 1; }
|
|||||||
export VSCODE_SKIP_NODE_VERSION_CHECK=1
|
export VSCODE_SKIP_NODE_VERSION_CHECK=1
|
||||||
export VSCODE_SYSROOT_PREFIX='-glibc-2.17'
|
export VSCODE_SYSROOT_PREFIX='-glibc-2.17'
|
||||||
|
|
||||||
|
rm -rf remote
|
||||||
|
|
||||||
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 --cwd build --frozen-lockfile --check-files && break
|
||||||
if [[ $i == 3 ]]; then
|
if [[ $i == 3 ]]; then
|
||||||
|
|||||||
Reference in New Issue
Block a user