mirror of
https://github.com/VSCodium/vscodium.git
synced 2024-11-27 03:11:14 +03:00
71 lines
2.6 KiB
Diff
71 lines
2.6 KiB
Diff
diff --git a/build/gulpfile.reh.js b/build/gulpfile.reh.js
|
|
index c2b81d0..2e94d99 100644
|
|
--- a/build/gulpfile.reh.js
|
|
+++ b/build/gulpfile.reh.js
|
|
@@ -375,16 +375,2 @@ function packageTask(type, platform, arch, sourceFolderName, destinationFolderNa
|
|
|
|
- if (platform === 'linux' && process.env['VSCODE_NODE_GLIBC'] === '-glibc-2.17') {
|
|
- result = es.merge(result,
|
|
- gulp.src(`resources/server/bin/helpers/check-requirements-linux-legacy.sh`, { base: '.' })
|
|
- .pipe(rename(`bin/helpers/check-requirements.sh`))
|
|
- .pipe(util.setExecutableBit())
|
|
- );
|
|
- } else if (platform === 'linux' || platform === 'alpine') {
|
|
- result = es.merge(result,
|
|
- gulp.src(`resources/server/bin/helpers/check-requirements-linux.sh`, { base: '.' })
|
|
- .pipe(rename(`bin/helpers/check-requirements.sh`))
|
|
- .pipe(util.setExecutableBit())
|
|
- );
|
|
- }
|
|
-
|
|
return result.pipe(vfs.dest(destination));
|
|
diff --git a/remote/.yarnrc b/remote/.yarnrc
|
|
index 4e7208c..f7304bc 100644
|
|
--- a/remote/.yarnrc
|
|
+++ b/remote/.yarnrc
|
|
@@ -1,3 +1,3 @@
|
|
disturl "https://nodejs.org/dist"
|
|
-target "18.18.2"
|
|
+target "16.20.2"
|
|
ms_build_id "256117"
|
|
diff --git a/remote/package.json b/remote/package.json
|
|
index 974450e..513856f 100644
|
|
--- a/remote/package.json
|
|
+++ b/remote/package.json
|
|
@@ -31,3 +31,3 @@
|
|
"native-watchdog": "^1.4.1",
|
|
- "node-pty": "1.1.0-beta11",
|
|
+ "node-pty": "1.1.0-beta4",
|
|
"tas-client-umd": "0.1.8",
|
|
diff --git a/remote/yarn.lock b/remote/yarn.lock
|
|
index d62eb4b..f175b85 100644
|
|
--- a/remote/yarn.lock
|
|
+++ b/remote/yarn.lock
|
|
@@ -391,2 +391,7 @@ ms@2.1.2:
|
|
|
|
+nan@^2.17.0:
|
|
+ version "2.18.0"
|
|
+ resolved "https://registry.npmjs.org/nan/-/nan-2.18.0.tgz#26a6faae7ffbeb293a39660e88a76b82e30b7554"
|
|
+ integrity sha512-W7tfG7vMOGtD30sHoZSSc/JVYiyDPEyQVso/Zz+/uQd0B0L46gtC+pHha5FFMRpil6fm/AoEcRWyOVi4+E/f8w==
|
|
+
|
|
napi-build-utils@^1.0.1:
|
|
@@ -408,3 +413,3 @@ node-abi@^3.3.0:
|
|
|
|
-node-addon-api@7.1.0, node-addon-api@^7.1.0:
|
|
+node-addon-api@7.1.0:
|
|
version "7.1.0"
|
|
@@ -433,8 +438,8 @@ node-gyp-build@^4.3.0:
|
|
|
|
-node-pty@1.1.0-beta11:
|
|
- version "1.1.0-beta11"
|
|
- resolved "https://registry.yarnpkg.com/node-pty/-/node-pty-1.1.0-beta11.tgz#909d5dd8f9aa2a7857e7b632fd4d2d4768bdf69f"
|
|
- integrity sha512-vTjF+VrvSCfPDILUkIT+YrG1Fdn06/eBRS2fc9a3JzYAvknMB1Ip8aoJhxl8hNpjWAbprmCEiV91mlfNpCD+GQ==
|
|
+node-pty@1.1.0-beta4:
|
|
+ version "1.1.0-beta4"
|
|
+ resolved "https://registry.npmjs.org/node-pty/-/node-pty-1.1.0-beta4.tgz#ee74d909c9f422ffc7f675e1092529673f8906ec"
|
|
+ integrity sha512-CgffN9AxVtH4g7vDxtanm2qaR7jw3oet9r+ArzziGiFvmds9SdR3gXkZF0fqZWSxhTHZusJWvsuKvRv+5O2K8A==
|
|
dependencies:
|
|
- node-addon-api "^7.1.0"
|
|
+ nan "^2.17.0"
|
|
|