We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 394c6fc commit f5781f0Copy full SHA for f5781f0
.github/workflows/release.yaml
@@ -45,7 +45,11 @@ jobs:
45
# Cross-compile target.
46
VSCODE_ARCH: ${{ matrix.vscode_arch }}
47
npm_config_arch: ${{ matrix.npm_arch }}
48
+ # Ensure native modules are built from source to avoid prebuilds and use
49
+ # the correct version of glibc.
50
+ npm_config_build_from_source: true
51
# Gulp target name.
52
+ # TODO: Pull from VSCODE_ARCH instead.
53
VSCODE_TARGET: ${{ format('linux-{0}', matrix.vscode_arch) }}
54
55
steps:
0 commit comments