Skip to content

Commit 58a281b

Browse files
committed
revert: add build from source to standalone release
1 parent 00224fa commit 58a281b

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

ci/build/build-standalone-release.sh

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

4+
# This is due to issues with the cross-compliation step not downloading
5+
# the right prebuilt modules for modules like argon2 or @parcel/watcher
6+
# See: https://github.com/coder/code-server/issues/4804
7+
export npm_config_build_from_source=true
8+
49
main() {
510
cd "$(dirname "${0}")/../.."
611

0 commit comments

Comments
 (0)