Skip to content

Commit adbae97

Browse files
committed
Remove build from source
Not using CentOS 7 anymore so based on the comment we no longer need this?
1 parent d354b6f commit adbae97

File tree

2 files changed

+0
-8
lines changed

2 files changed

+0
-8
lines changed

ci/build/build-standalone-release.sh

-4
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,6 @@
11
#!/usr/bin/env bash
22
set -euo pipefail
33

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-
84
main() {
95
cd "$(dirname "${0}")/../.."
106

ci/build/npm-postinstall.sh

-4
Original file line numberDiff line numberDiff line change
@@ -53,10 +53,6 @@ symlink_bin_script() {
5353

5454
OS="$(os)"
5555

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-
6056
main() {
6157
# Grabs the major version of node from $npm_config_user_agent which looks like
6258
# yarn/1.21.1 npm/? node/v14.2.0 darwin x64

0 commit comments

Comments
 (0)