|
@@ -19,21 +19,21 @@ index fb0e5a4..412a6cc 100644
|
|
+ const buildRpmTask = task.define(`vscode-linux-${arch}-build-rpm`, task.series(prepareRpmTask, buildRpmPackage(arch)));
|
|
+ const buildRpmTask = task.define(`vscode-linux-${arch}-build-rpm`, task.series(prepareRpmTask, buildRpmPackage(arch)));
|
|
gulp.task(buildRpmTask);
|
|
gulp.task(buildRpmTask);
|
|
diff --git a/build/linux/dependencies-generator.js b/build/linux/dependencies-generator.js
|
|
diff --git a/build/linux/dependencies-generator.js b/build/linux/dependencies-generator.js
|
|
-index 80b11b3..0a0ca71 100644
|
|
|
|
|
|
+index 3864955..97c9464 100644
|
|
--- a/build/linux/dependencies-generator.js
|
|
--- a/build/linux/dependencies-generator.js
|
|
+++ b/build/linux/dependencies-generator.js
|
|
+++ b/build/linux/dependencies-generator.js
|
|
-@@ -24,3 +24,3 @@ const product = require("../../product.json");
|
|
|
|
|
|
+@@ -27,3 +27,3 @@ const product = require("../../product.json");
|
|
// are valid, are in dep-lists.ts
|
|
// are valid, are in dep-lists.ts
|
|
-const FAIL_BUILD_FOR_NEW_DEPENDENCIES = true;
|
|
-const FAIL_BUILD_FOR_NEW_DEPENDENCIES = true;
|
|
+const FAIL_BUILD_FOR_NEW_DEPENDENCIES = false;
|
|
+const FAIL_BUILD_FOR_NEW_DEPENDENCIES = false;
|
|
// Based on https://source.chromium.org/chromium/chromium/src/+/refs/tags/128.0.6613.186:chrome/installer/linux/BUILD.gn;l=64-80
|
|
// Based on https://source.chromium.org/chromium/chromium/src/+/refs/tags/128.0.6613.186:chrome/installer/linux/BUILD.gn;l=64-80
|
|
-@@ -57,3 +57,3 @@ async function getDependencies(packageType, buildDir, applicationName, arch) {
|
|
|
|
|
|
+@@ -60,3 +60,3 @@ async function getDependencies(packageType, buildDir, applicationName, arch) {
|
|
// Add the tunnel binary.
|
|
// Add the tunnel binary.
|
|
-- files.push(path.join(buildDir, 'bin', product.tunnelApplicationName));
|
|
|
|
-+ // files.push(path.join(buildDir, 'bin', product.tunnelApplicationName));
|
|
|
|
|
|
+- files.push(path_1.default.join(buildDir, 'bin', product.tunnelApplicationName));
|
|
|
|
++ // files.push(path_1.default.join(buildDir, 'bin', product.tunnelApplicationName));
|
|
// Add the main executable.
|
|
// Add the main executable.
|
|
diff --git a/build/linux/dependencies-generator.ts b/build/linux/dependencies-generator.ts
|
|
diff --git a/build/linux/dependencies-generator.ts b/build/linux/dependencies-generator.ts
|
|
-index 3163aee..dca1845 100644
|
|
|
|
|
|
+index 46be92e..9958e25 100644
|
|
--- a/build/linux/dependencies-generator.ts
|
|
--- a/build/linux/dependencies-generator.ts
|
|
+++ b/build/linux/dependencies-generator.ts
|
|
+++ b/build/linux/dependencies-generator.ts
|
|
@@ -25,3 +25,3 @@ import product = require('../../product.json');
|
|
@@ -25,3 +25,3 @@ import product = require('../../product.json');
|
|
@@ -46,4 +46,3 @@ index 3163aee..dca1845 100644
|
|
- files.push(path.join(buildDir, 'bin', product.tunnelApplicationName));
|
|
- files.push(path.join(buildDir, 'bin', product.tunnelApplicationName));
|
|
+ // files.push(path.join(buildDir, 'bin', product.tunnelApplicationName));
|
|
+ // files.push(path.join(buildDir, 'bin', product.tunnelApplicationName));
|
|
// Add the main executable.
|
|
// Add the main executable.
|
|
-
|
|
|