Use custom node-gyp for SDL pipeline (#179723)

* Use custom node-gyp
* Avoid using relative cd
* Remove ia32 for Linux
* Bump gulp-atom-electron; unblocks downloading PDBs
* Add native-is-elevated to the scan
This commit is contained in:
Raymond Zhao
2023-04-20 17:15:05 -07:00
committed by GitHub
parent 175cd6b50d
commit ee76f103e1
7 changed files with 53 additions and 181 deletions

View File

@@ -193,7 +193,7 @@ export const config = {
function getElectron(arch: string): () => NodeJS.ReadWriteStream {
return () => {
const electron = require('gulp-atom-electron');
const electron = require('@vscode/gulp-electron');
const json = require('gulp-json-editor') as typeof import('gulp-json-editor');
const electronOpts = _.extend({}, config, {