chore: bump electron@29.4.0 (#213050)

* chore: bump electron@29.4.0

* chore: remove io_uring workaround

* chore: bump distro

* chore: update dialog result for canceled save dialogs

Refs fe01ed750a

* chore: add back io_uring workaround for remote oss tests

* chore: update nodejs v20.9.0 build

* chore: add back io_uring workaround for remote tests
This commit is contained in:
Robo
2024-05-21 00:31:44 +09:00
committed by GitHub
parent aa31bfc9fd
commit 28ebd9176f
9 changed files with 96 additions and 114 deletions

View File

@@ -9,6 +9,8 @@ esac
ROOT="$(dirname "$(dirname "$(readlink -f "$0")")")"
export UV_USE_IO_URING=0 # workaround for https://github.com/microsoft/vscode/issues/212678
# workaround for https://github.com/microsoft/vscode/issues/212678
# Remove this once we update to Node.js >= 20.11.x
export UV_USE_IO_URING=0
"$ROOT/node" ${INSPECT:-} "$ROOT/out/server-main.js" "$@"