File tree Expand file tree Collapse file tree 1 file changed +16
-2
lines changed Expand file tree Collapse file tree 1 file changed +16
-2
lines changed Original file line number Diff line number Diff line change @@ -184,8 +184,22 @@ jobs:
184184 distro_commit=$(git rev-parse "${base_commit}"~)
185185 echo "distro_commit: ${distro_commit}"
186186
187- VSCODE_DISTRO_COMMIT="${distro_commit}" \
188- npm run gulp vscode-reh-web-linux-${{ matrix.vscode_arch }}-min
187+ echo "BUILD_SOURCEVERSION=${distro_commit}" >> $GITHUB_ENV
188+
189+ - name : coompile vscode linux
190+ working-directory : ./openvscode-server
191+ run : |
192+ set -e
193+ npm run gulp vscode-linux-${{ matrix.vscode_arch }}-min-ci
194+ env :
195+ DISABLE_V8_COMPILE_CACHE : 1
196+
197+ - name : build vscode linux reh
198+ working-directory : ./openvscode-server
199+ run : |
200+ set -e
201+ npm run gulp minify-vscode-reh
202+ npm run gulp "vscode-reh-linux-${{ matrix.vscode_arch }}-min-ci"
189203 env :
190204 DISABLE_V8_COMPILE_CACHE : 1
191205
You can’t perform that action at this time.
0 commit comments