We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f251455 commit 7ee6457Copy full SHA for 7ee6457
ci/build/build-standalone-release.sh
@@ -2,6 +2,7 @@
2
set -euo pipefail
3
4
# This is due to an upstream issue with RHEL7/CentOS 7 comptability with node-argon2
5
+# TODO@jsjoeio see if we can remove
6
# See: https://github.com/cdr/code-server/pull/3422#pullrequestreview-677765057
7
export npm_config_build_from_source=true
8
ci/build/npm-postinstall.sh
@@ -19,6 +19,7 @@ detect_arch() {
19
20
ARCH="${NPM_CONFIG_ARCH:-$(detect_arch)}"
21
22
23
24
25
0 commit comments