We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c2bb61 commit deaa224Copy full SHA for deaa224
ci/build/build-standalone-release.sh
@@ -1,6 +1,10 @@
1
#!/usr/bin/env bash
2
set -euo pipefail
3
4
+# This is due to an upstream issue with RHEL7/CentOS 7 comptability with node-argon2
5
+# See: https://github.com/cdr/code-server/pull/3422#pullrequestreview-677765057
6
+npm_config_build_from_source=true
7
+
8
main() {
9
cd "$(dirname "${0}")/../.."
10
source ./ci/lib.sh
ci/build/npm-postinstall.sh
@@ -18,6 +18,9 @@ detect_arch() {
18
}
19
20
ARCH="${NPM_CONFIG_ARCH:-$(detect_arch)}"
21
22
23
24
25
26
# Grabs the major version of node from $npm_config_user_agent which looks like
0 commit comments