We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 00224fa commit 58a281bCopy full SHA for 58a281b
ci/build/build-standalone-release.sh
@@ -1,6 +1,11 @@
1
#!/usr/bin/env bash
2
set -euo pipefail
3
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
+
9
main() {
10
cd "$(dirname "${0}")/../.."
11
0 commit comments