Skip to content

Commit

Permalink
fix(test): second attempt - disable GPU to attempt to fix issue #184
Browse files Browse the repository at this point in the history
…(unexplained "did-fail-load" error message)
  • Loading branch information
danielweck committed Feb 13, 2025
1 parent 1ced835 commit b6b7509
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,27 +85,27 @@ jobs:
- osarch: windows-intel
runson: windows-latest #windows-2022
packname: win
release_tag: latest-windows-intel
release_tag: latest-windows-intel-gpu
- osarch: windows-arm
runson: windows-latest #windows-2022
packname: win
release_tag: latest-windows-arm
release_tag: latest-windows-arm-gpu
- osarch: macos-intel
runson: macos-latest #macos-14-arm64
packname: 'mac:skip-notarize'
release_tag: latest-macos-intel
release_tag: latest-macos-intel-gpu
- osarch: macos-arm
runson: macos-latest #macos-14-arm64
packname: 'mac:skip-notarize'
release_tag: latest-macos-arm
release_tag: latest-macos-arm-gpu
- osarch: linux-intel
runson: ubuntu-22.04 #ubuntu-latest is ubuntu-24.04
packname: linux
release_tag: latest-linux-intel
release_tag: latest-linux-intel-gpu
- osarch: linux-arm
runson: ubuntu-22.04 #ubuntu-latest is ubuntu-24.04
packname: linux
release_tag: latest-linux-arm
release_tag: latest-linux-arm-gpu
env:
RELEASE_TAG: ${{ matrix.release_tag }}
steps:
Expand Down
2 changes: 1 addition & 1 deletion src/main/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ let _storeUnsubscribe;
// --in-process-gpu ?
// app.commandLine.appendSwitch("in-process-gpu");
// ------------------------------------ see patchElectronJestRunner4
// app.commandLine.appendSwitch("disable-gpu");
app.commandLine.appendSwitch("disable-gpu");
// app.disableHardwareAcceleration();
// app.commandLine.appendSwitch("disable-software-rasterizer");

Expand Down

0 comments on commit b6b7509

Please sign in to comment.