mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-18 23:59:43 +01:00
fix: revert remote libcxx requirement to 3.4.25 (#248976)
* fix: revert libcxx requirement to 3.4.25 * ci: temp debugging * fix: use gcc 8.5.0 for remote * ci: update cache * ci: fix sysroot directory * ci: fix objdump directory
This commit is contained in:
@@ -26,7 +26,7 @@ fi
|
||||
ARCH=$(uname -m)
|
||||
found_required_glibc=0
|
||||
found_required_glibcxx=0
|
||||
MIN_GLIBCXX_VERSION="3.4.26"
|
||||
MIN_GLIBCXX_VERSION="3.4.25"
|
||||
|
||||
# Extract the ID value from /etc/os-release
|
||||
if [ -f /etc/os-release ]; then
|
||||
|
||||
Reference in New Issue
Block a user