Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: update to electron 29 #209818

Merged
merged 24 commits into from
May 10, 2024
Merged
Changes from 1 commit
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
0159cd6
chore: update electron@29.1.0
deepak1556 Mar 4, 2024
9064ef5
chore: update typings to 20.x
deepak1556 Mar 4, 2024
d56f671
chore: bump electron@29.1.5
deepak1556 Apr 8, 2024
1b5fa1e
ci: fix crash in compiling extensions-ci
deepak1556 Apr 9, 2024
cab7839
chore: disable .d.ts check for build/
deepak1556 Apr 9, 2024
efc02f9
chore: update core types
deepak1556 Apr 9, 2024
2fdd671
temp: fix layer validation
deepak1556 Apr 9, 2024
ca0c84a
chore: update nodejs checksums
deepak1556 Apr 9, 2024
5026b23
ci: use latest v20 LTS for missing node-gyp
deepak1556 Apr 10, 2024
75fd9a2
ci: define LIBCPP_HARDENING_MODE
deepak1556 Apr 10, 2024
12f0cc5
ci: fix crash in vscode-web-min-ci
deepak1556 Apr 10, 2024
804a021
chore: update rpm deps-list
deepak1556 Apr 10, 2024
012e372
chore: bump tree-sitter-typescript@0.20.5
deepak1556 Apr 10, 2024
a3ac74d
chore: bump electron@29.3.0
deepak1556 Apr 22, 2024
b136dce
chore: bump electron@29.3.1
deepak1556 Apr 30, 2024
626ed55
chore: update rpm deps-list for x86_64
deepak1556 May 8, 2024
81606f6
ci: disable io_uring UV backend on linux
deepak1556 May 10, 2024
9d049ea
ci: disable io_uring backend for oss as well
deepak1556 May 10, 2024
bce4b80
chore: update typings to 20.x
deepak1556 May 10, 2024
ad5399f
ci: add TODO for io_uring workaround
deepak1556 May 10, 2024
f12b9ce
chore: bump distro
deepak1556 May 10, 2024
ac10723
chore: update preinstall node version checks
deepak1556 May 10, 2024
c914184
chore: update @types/gulp
deepak1556 May 10, 2024
6313b2d
ci: disable io_uring in more test suites
deepak1556 May 10, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
ci: disable io_uring backend for oss as well
deepak1556 committed May 10, 2024
commit 9d049ea9edf8228a35694339406ed5f49699d876
7 changes: 7 additions & 0 deletions build/azure-pipelines/linux/product-build-linux-test.yml
Original file line number Diff line number Diff line change
@@ -92,6 +92,7 @@ steps:
- script: ./scripts/test-integration.sh --tfs "Integration Tests"
env:
DISPLAY: ":10"
UV_USE_IO_URING: 0
displayName: Run integration tests (Electron)
timeoutInMinutes: 20

@@ -100,6 +101,8 @@ steps:
timeoutInMinutes: 20

- script: ./scripts/test-remote-integration.sh
env:
UV_USE_IO_URING: 0
displayName: Run integration tests (Remote)
timeoutInMinutes: 20

@@ -162,6 +165,8 @@ steps:

- script: yarn smoketest-no-compile --tracing
timeoutInMinutes: 20
env:
UV_USE_IO_URING: 0
displayName: Run smoke tests (Electron)

- script: yarn smoketest-no-compile --web --tracing --headless --electronArgs="--disable-dev-shm-usage"
@@ -170,6 +175,8 @@ steps:

- script: yarn smoketest-no-compile --remote --tracing
timeoutInMinutes: 20
env:
UV_USE_IO_URING: 0
displayName: Run smoke tests (Remote)

- ${{ if ne(parameters.VSCODE_QUALITY, 'oss') }}: