mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-18 23:59:43 +01:00
fix: use legacy server as default with additional warnings (#204377)
* ci: switch to glibc 2.17 remote server * chore: signal user about unsupported connection * chore: address review comments * chore: update nodejs build * chore: bump distro * chore: lower the minimum requirements * fix: glibc version check * chore: remove explicit connection disposal
This commit is contained in:
@@ -126,5 +126,5 @@ fi
|
||||
if [ "$found_required_glibc" = "0" ] || [ "$found_required_glibcxx" = "0" ]; then
|
||||
echo "Error: Missing required dependencies. Please refer to our FAQ https://aka.ms/vscode-remote/faq/old-linux for additional information."
|
||||
# Custom exit code based on https://tldp.org/LDP/abs/html/exitcodes.html
|
||||
exit 99
|
||||
#exit 99
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user