Skip to content

Commit 01734df

Browse files
committed
Use CI build targets
The target we have been using has started throwing all sorts of errors during the build (even without any of our patches). After checking the VS Code repo I think these are the ones we should actually be using. They are way faster, too.
1 parent 5ecc7aa commit 01734df

File tree

3 files changed

+2
-55
lines changed

3 files changed

+2
-55
lines changed

ci/build/build-vscode.sh

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -112,9 +112,8 @@ EOF
112112
# this because we have an NPM package that could be installed on any platform.
113113
# The correct platform dependencies and scripts will be installed as part of
114114
# the post-install during `npm install` or when building a standalone release.
115-
node --max-old-space-size=16384 --optimize-for-size \
116-
./node_modules/gulp/bin/gulp.js \
117-
"vscode-reh-web-linux-x64${MINIFY:+-min}"
115+
npm run gulp core-ci
116+
npm run gulp "vscode-reh-web-linux-x64${MINIFY:+-min}-ci"
118117

119118
# Reset so if you develop after building you will not be stuck with the wrong
120119
# commit (the dev client will use `oss-dev` but the dev server will still use

patches/fix-build.diff

Lines changed: 0 additions & 51 deletions
This file was deleted.

patches/series

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,3 @@ clipboard.diff
2222
display-language.diff
2323
trusted-domains.diff
2424
signature-verification.diff
25-
fix-build.diff

0 commit comments

Comments
 (0)