mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-21 00:59:03 +01:00
refactor: use sysroots on linux prod pipeline (#192513)
* ci: use sysroots on linux prod pipeline to build native modules * ci: rebuild after electron update
This commit is contained in:
@@ -42,7 +42,11 @@ exports.referenceGeneratedDepsByArch = {
|
||||
'libc.so.6(GLIBC_2.15)(64bit)',
|
||||
'libc.so.6(GLIBC_2.16)(64bit)',
|
||||
'libc.so.6(GLIBC_2.17)(64bit)',
|
||||
'libc.so.6(GLIBC_2.18)(64bit)',
|
||||
'libc.so.6(GLIBC_2.2.5)(64bit)',
|
||||
'libc.so.6(GLIBC_2.25)(64bit)',
|
||||
'libc.so.6(GLIBC_2.27)(64bit)',
|
||||
'libc.so.6(GLIBC_2.28)(64bit)',
|
||||
'libc.so.6(GLIBC_2.3)(64bit)',
|
||||
'libc.so.6(GLIBC_2.3.2)(64bit)',
|
||||
'libc.so.6(GLIBC_2.3.3)(64bit)',
|
||||
@@ -63,6 +67,8 @@ exports.referenceGeneratedDepsByArch = {
|
||||
'libgbm.so.1()(64bit)',
|
||||
'libgcc_s.so.1()(64bit)',
|
||||
'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)',
|
||||
'libgio-2.0.so.0()(64bit)',
|
||||
'libglib-2.0.so.0()(64bit)',
|
||||
'libgobject-2.0.so.0()(64bit)',
|
||||
@@ -107,6 +113,8 @@ exports.referenceGeneratedDepsByArch = {
|
||||
'libxkbcommon.so.0()(64bit)',
|
||||
'libxkbcommon.so.0(V_0.5.0)(64bit)',
|
||||
'libxkbfile.so.1()(64bit)',
|
||||
'libz.so.1()(64bit)',
|
||||
'libz.so.1(ZLIB_1.2.3.4)(64bit)',
|
||||
'rpmlib(FileDigests) <= 4.6.0-1',
|
||||
'rtld(GNU_HASH)',
|
||||
'xdg-utils'
|
||||
@@ -133,6 +141,10 @@ exports.referenceGeneratedDepsByArch = {
|
||||
'libc.so.6(GLIBC_2.15)',
|
||||
'libc.so.6(GLIBC_2.16)',
|
||||
'libc.so.6(GLIBC_2.17)',
|
||||
'libc.so.6(GLIBC_2.18)',
|
||||
'libc.so.6(GLIBC_2.25)',
|
||||
'libc.so.6(GLIBC_2.27)',
|
||||
'libc.so.6(GLIBC_2.28)',
|
||||
'libc.so.6(GLIBC_2.4)',
|
||||
'libc.so.6(GLIBC_2.6)',
|
||||
'libc.so.6(GLIBC_2.7)',
|
||||
@@ -150,6 +162,7 @@ exports.referenceGeneratedDepsByArch = {
|
||||
'libgcc_s.so.1',
|
||||
'libgcc_s.so.1(GCC_3.0)',
|
||||
'libgcc_s.so.1(GCC_3.5)',
|
||||
'libgcc_s.so.1(GCC_4.3.0)',
|
||||
'libgio-2.0.so.0',
|
||||
'libglib-2.0.so.0',
|
||||
'libgobject-2.0.so.0',
|
||||
@@ -232,6 +245,10 @@ exports.referenceGeneratedDepsByArch = {
|
||||
'libatspi.so.0()(64bit)',
|
||||
'libc.so.6()(64bit)',
|
||||
'libc.so.6(GLIBC_2.17)(64bit)',
|
||||
'libc.so.6(GLIBC_2.18)(64bit)',
|
||||
'libc.so.6(GLIBC_2.25)(64bit)',
|
||||
'libc.so.6(GLIBC_2.27)(64bit)',
|
||||
'libc.so.6(GLIBC_2.28)(64bit)',
|
||||
'libcairo.so.2()(64bit)',
|
||||
'libcurl.so.4()(64bit)',
|
||||
'libdbus-1.so.3()(64bit)',
|
||||
@@ -243,6 +260,7 @@ exports.referenceGeneratedDepsByArch = {
|
||||
'libgbm.so.1()(64bit)',
|
||||
'libgcc_s.so.1()(64bit)',
|
||||
'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)',
|
||||
'libgcc_s.so.1(GCC_4.5.0)(64bit)',
|
||||
'libgio-2.0.so.0()(64bit)',
|
||||
|
||||
Reference in New Issue
Block a user