Skip to content

Commit 7ee6457

Browse files
committed
docs: add TODOs
1 parent f251455 commit 7ee6457

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

ci/build/build-standalone-release.sh

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
set -euo pipefail
33

44
# This is due to an upstream issue with RHEL7/CentOS 7 comptability with node-argon2
5+
# TODO@jsjoeio see if we can remove
56
# See: https://github.com/cdr/code-server/pull/3422#pullrequestreview-677765057
67
export npm_config_build_from_source=true
78

ci/build/npm-postinstall.sh

+1
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ detect_arch() {
1919

2020
ARCH="${NPM_CONFIG_ARCH:-$(detect_arch)}"
2121
# This is due to an upstream issue with RHEL7/CentOS 7 comptability with node-argon2
22+
# TODO@jsjoeio see if we can remove
2223
# See: https://github.com/cdr/code-server/pull/3422#pullrequestreview-677765057
2324
export npm_config_build_from_source=true
2425

0 commit comments

Comments
 (0)