mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-20 08:38:56 +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:
@@ -39,6 +39,7 @@ exports.referenceGeneratedDepsByArch = {
|
||||
'libdrm2 (>= 2.4.75)',
|
||||
'libexpat1 (>= 2.1~beta3)',
|
||||
'libgbm1 (>= 17.1.0~rc2)',
|
||||
'libgdk-pixbuf-2.0-0 (>= 2.36.9)',
|
||||
'libglib2.0-0 (>= 2.37.3)',
|
||||
'libgtk-3-0 (>= 3.9.10)',
|
||||
'libgtk-3-0 (>= 3.9.10) | libgtk-4-1',
|
||||
@@ -76,6 +77,7 @@ exports.referenceGeneratedDepsByArch = {
|
||||
'libdrm2 (>= 2.4.75)',
|
||||
'libexpat1 (>= 2.1~beta3)',
|
||||
'libgbm1 (>= 17.1.0~rc2)',
|
||||
'libgdk-pixbuf-2.0-0 (>= 2.36.9)',
|
||||
'libglib2.0-0 (>= 2.37.3)',
|
||||
'libgtk-3-0 (>= 3.9.10)',
|
||||
'libgtk-3-0 (>= 3.9.10) | libgtk-4-1',
|
||||
@@ -114,6 +116,7 @@ exports.referenceGeneratedDepsByArch = {
|
||||
'libdrm2 (>= 2.4.75)',
|
||||
'libexpat1 (>= 2.1~beta3)',
|
||||
'libgbm1 (>= 17.1.0~rc2)',
|
||||
'libgdk-pixbuf-2.0-0 (>= 2.36.9)',
|
||||
'libglib2.0-0 (>= 2.37.3)',
|
||||
'libgtk-3-0 (>= 3.9.10)',
|
||||
'libgtk-3-0 (>= 3.9.10) | libgtk-4-1',
|
||||
|
||||
Reference in New Issue
Block a user