mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-27 20:13:32 +01:00
chore: bump electron@32.2.3 (#234015)
* chore: bump electron@32.2.3 * chore: bump distro
This commit is contained in:
@@ -72,19 +72,13 @@ function calculatePackageDeps(binaryPath, arch, chromiumSysroot, vscodeSysroot)
|
||||
// libgcc-s1 is a dependency of libc6. This hack can be removed once
|
||||
// support for Debian Buster and Ubuntu Bionic are dropped.
|
||||
//
|
||||
// libgdk-pixbuf package has been renamed from libgdk-pixbuf2.0-0 to
|
||||
// libgdk-pixbuf-2.0-0 in recent distros. Since we only ship a single
|
||||
// linux package we cannot declare a dependeny on it. We can safely
|
||||
// exclude this dependency as GTK depends on it and we depend on GTK.
|
||||
//
|
||||
// Remove kerberos native module related dependencies as the versions
|
||||
// computed from sysroot will not satisfy the minimum supported distros
|
||||
// Refs https://github.com/microsoft/vscode/issues/188881.
|
||||
// TODO(deepak1556): remove this workaround in favor of computing the
|
||||
// versions from build container for native modules.
|
||||
const filteredDeps = depsStr.split(', ').filter(dependency => {
|
||||
return !dependency.startsWith('libgcc-s1') &&
|
||||
!dependency.startsWith('libgdk-pixbuf');
|
||||
return !dependency.startsWith('libgcc-s1');
|
||||
}).sort();
|
||||
const requires = new Set(filteredDeps);
|
||||
return requires;
|
||||
|
||||
@@ -84,19 +84,13 @@ function calculatePackageDeps(binaryPath: string, arch: DebianArchString, chromi
|
||||
// libgcc-s1 is a dependency of libc6. This hack can be removed once
|
||||
// support for Debian Buster and Ubuntu Bionic are dropped.
|
||||
//
|
||||
// libgdk-pixbuf package has been renamed from libgdk-pixbuf2.0-0 to
|
||||
// libgdk-pixbuf-2.0-0 in recent distros. Since we only ship a single
|
||||
// linux package we cannot declare a dependeny on it. We can safely
|
||||
// exclude this dependency as GTK depends on it and we depend on GTK.
|
||||
//
|
||||
// Remove kerberos native module related dependencies as the versions
|
||||
// computed from sysroot will not satisfy the minimum supported distros
|
||||
// Refs https://github.com/microsoft/vscode/issues/188881.
|
||||
// TODO(deepak1556): remove this workaround in favor of computing the
|
||||
// versions from build container for native modules.
|
||||
const filteredDeps = depsStr.split(', ').filter(dependency => {
|
||||
return !dependency.startsWith('libgcc-s1') &&
|
||||
!dependency.startsWith('libgdk-pixbuf');
|
||||
return !dependency.startsWith('libgcc-s1');
|
||||
}).sort();
|
||||
const requires = new Set(filteredDeps);
|
||||
return requires;
|
||||
|
||||
@@ -70,7 +70,6 @@ exports.referenceGeneratedDepsByArch = {
|
||||
'libgcc_s.so.1(GCC_3.0)(64bit)',
|
||||
'libgcc_s.so.1(GCC_3.3)(64bit)',
|
||||
'libgcc_s.so.1(GCC_4.2.0)(64bit)',
|
||||
'libgdk_pixbuf-2.0.so.0()(64bit)',
|
||||
'libgio-2.0.so.0()(64bit)',
|
||||
'libglib-2.0.so.0()(64bit)',
|
||||
'libgobject-2.0.so.0()(64bit)',
|
||||
@@ -160,7 +159,6 @@ exports.referenceGeneratedDepsByArch = {
|
||||
'libgcc_s.so.1(GCC_3.0)',
|
||||
'libgcc_s.so.1(GCC_3.5)',
|
||||
'libgcc_s.so.1(GCC_4.3.0)',
|
||||
'libgdk_pixbuf-2.0.so.0',
|
||||
'libgio-2.0.so.0',
|
||||
'libglib-2.0.so.0',
|
||||
'libgobject-2.0.so.0',
|
||||
@@ -255,7 +253,6 @@ exports.referenceGeneratedDepsByArch = {
|
||||
'libgcc_s.so.1(GCC_3.3)(64bit)',
|
||||
'libgcc_s.so.1(GCC_4.2.0)(64bit)',
|
||||
'libgcc_s.so.1(GCC_4.5.0)(64bit)',
|
||||
'libgdk_pixbuf-2.0.so.0()(64bit)',
|
||||
'libgio-2.0.so.0()(64bit)',
|
||||
'libglib-2.0.so.0()(64bit)',
|
||||
'libgobject-2.0.so.0()(64bit)',
|
||||
|
||||
@@ -69,7 +69,6 @@ export const referenceGeneratedDepsByArch = {
|
||||
'libgcc_s.so.1(GCC_3.0)(64bit)',
|
||||
'libgcc_s.so.1(GCC_3.3)(64bit)',
|
||||
'libgcc_s.so.1(GCC_4.2.0)(64bit)',
|
||||
'libgdk_pixbuf-2.0.so.0()(64bit)',
|
||||
'libgio-2.0.so.0()(64bit)',
|
||||
'libglib-2.0.so.0()(64bit)',
|
||||
'libgobject-2.0.so.0()(64bit)',
|
||||
@@ -159,7 +158,6 @@ export const referenceGeneratedDepsByArch = {
|
||||
'libgcc_s.so.1(GCC_3.0)',
|
||||
'libgcc_s.so.1(GCC_3.5)',
|
||||
'libgcc_s.so.1(GCC_4.3.0)',
|
||||
'libgdk_pixbuf-2.0.so.0',
|
||||
'libgio-2.0.so.0',
|
||||
'libglib-2.0.so.0',
|
||||
'libgobject-2.0.so.0',
|
||||
@@ -254,7 +252,6 @@ export const referenceGeneratedDepsByArch = {
|
||||
'libgcc_s.so.1(GCC_3.3)(64bit)',
|
||||
'libgcc_s.so.1(GCC_4.2.0)(64bit)',
|
||||
'libgcc_s.so.1(GCC_4.5.0)(64bit)',
|
||||
'libgdk_pixbuf-2.0.so.0()(64bit)',
|
||||
'libgio-2.0.so.0()(64bit)',
|
||||
'libglib-2.0.so.0()(64bit)',
|
||||
'libgobject-2.0.so.0()(64bit)',
|
||||
|
||||
Reference in New Issue
Block a user