File tree 2 files changed +0
-8
lines changed
2 files changed +0
-8
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
- export npm_config_build_from_source=true
7
-
8
4
main () {
9
5
cd " $( dirname " ${0} " ) /../.."
10
6
Original file line number Diff line number Diff line change @@ -53,10 +53,6 @@ symlink_bin_script() {
53
53
54
54
OS=" $( os) "
55
55
56
- # This is due to an upstream issue with RHEL7/CentOS 7 comptability with node-argon2
57
- # See: https://github.com/cdr/code-server/pull/3422#pullrequestreview-677765057
58
- export npm_config_build_from_source=true
59
-
60
56
main () {
61
57
# Grabs the major version of node from $npm_config_user_agent which looks like
62
58
# yarn/1.21.1 npm/? node/v14.2.0 darwin x64
You can’t perform that action at this time.
0 commit comments