Skip to content

Commit

Permalink
build: update glibcxx version
Browse files Browse the repository at this point in the history
  • Loading branch information
daiyam committed Jul 8, 2024
1 parent 561e50d commit d8908c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package_linux_reh.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ tar -xzf ./vscode.tar.gz
cd vscode || { echo "'vscode' dir not found"; exit 1; }

GLIBC_VERSION="2.17"
GLIBCXX_VERSION="3.4.26"
GLIBCXX_VERSION="3.4.22"
NODE_VERSION="16.20.2"

if [[ "${VSCODE_ARCH}" == "ppc64le" ]]; then
Expand Down

0 comments on commit d8908c8

Please sign in to comment.