Include code cache for preload bundle

Co-authored-by: Scott Nonnenberg <scott@signal.org>
This commit is contained in:
Fedor Indutny
2024-09-08 14:09:57 -07:00
committed by GitHub
parent 3c9332449f
commit 695f64a55a
13 changed files with 230 additions and 11 deletions

View File

@@ -54,6 +54,8 @@ jobs:
run: npm run generate
- name: Bundle
run: npm run build:esbuild:prod
- name: Create preload cache
run: xvfb-run --auto-servernum npm run build:preload-cache
- name: Run startup benchmarks
run: |

View File

@@ -165,6 +165,8 @@ jobs:
- name: Create bundle
run: npm run build:esbuild:prod
- name: Create preload cache
run: xvfb-run --auto-servernum npm run build:preload-cache
- name: Build with packaging .deb file
run: npm run build:release -- --publish=never
@@ -249,6 +251,8 @@ jobs:
- name: Create bundle
run: npm run build:esbuild:prod
- name: Create preload cache
run: npm run build:preload-cache
- name: Build with NSIS
run: npm run build:release
@@ -359,6 +363,8 @@ jobs:
run: npm run generate
- name: Bundle
run: npm run build:esbuild:prod
- name: Create preload cache
run: xvfb-run --auto-servernum npm run build:preload-cache
- name: Run mock server tests
run: |