File tree 2 files changed +7
-0
lines changed
2 files changed +7
-0
lines changed Original file line number Diff line number Diff line change 1
1
#! /usr/bin/env bash
2
2
set -euo pipefail
3
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
+
4
8
main () {
5
9
cd " $( dirname " ${0} " ) /../.."
6
10
source ./ci/lib.sh
Original file line number Diff line number Diff line change @@ -18,6 +18,9 @@ detect_arch() {
18
18
}
19
19
20
20
ARCH=" ${NPM_CONFIG_ARCH:- $(detect_arch)} "
21
+ # This is due to an upstream issue with RHEL7/CentOS 7 comptability with node-argon2
22
+ # See: https://github.com/cdr/code-server/pull/3422#pullrequestreview-677765057
23
+ npm_config_build_from_source=true
21
24
22
25
main () {
23
26
# Grabs the major version of node from $npm_config_user_agent which looks like
You can’t perform that action at this time.
0 commit comments