mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-18 23:59:43 +01:00
fix: remote folder compilation on macOS with node.js v20.18.0 (#231928)
* fix: remote folder compilation on macOS with node.js v20.18.0 * chore: update debian deps * chore: update rpm deps
This commit is contained in:
@@ -69,6 +69,7 @@ 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)',
|
||||
@@ -158,6 +159,7 @@ 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',
|
||||
@@ -252,6 +254,7 @@ 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