File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2525 # Electron 29-38 can build with GCC 10 (bullseye)
2626 ELECTRON_BUILD_CMD_LEGACY : npx --no-install prebuild -r electron -t 29.0.0 -t 30.0.0 -t 31.0.0 -t 32.0.0 -t 33.0.0 -t 34.0.0 -t 35.0.0 -t 36.0.0 -t 37.0.0 -t 38.0.0 --include-regex 'better_sqlite3.node$'
2727
28- # Electron v39 EOL = 2026-05-05. v40 EOL = 2026-06-30. v41 EOL = 2026-08-25.
28+ # Electron v39 EOL = 2026-05-05. v40 EOL = 2026-06-30. v41 EOL = 2026-08-25. v42 EOL = 2026-09-22.
2929 # Electron 39+ requires GCC 11+ for <source_location> header (bookworm).
30- ELECTRON_BUILD_CMD_MODERN : npx --no-install prebuild -r electron -t 39.0.0 -t 40.0.0 -t 41.0.0 --include-regex 'better_sqlite3.node$'
30+ ELECTRON_BUILD_CMD_MODERN : npx --no-install prebuild -r electron -t 39.0.0 -t 40.0.0 -t 41.0.0 -t 42.0.0 - -include-regex 'better_sqlite3.node$'
3131
3232jobs :
3333 test :
You can’t perform that action at this time.
0 commit comments