Skip to content

Commit

Permalink
ci: fix crash on arm testing (#21407)
Browse files Browse the repository at this point in the history
  • Loading branch information
John Kleinschmidt authored and MarshallOfSound committed Dec 5, 2019
1 parent 9e189ea commit 63058b8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions vsts-arm-test-steps.yml
Expand Up @@ -69,6 +69,8 @@ steps:
DISPLAY: ":99.0" DISPLAY: ":99.0"


- bash: | - bash: |
# Next line needed to avoid crash on arm32
sudo gdk-pixbuf-query-loaders --update-cache
cd src cd src
export ELECTRON_OUT_DIR=Default export ELECTRON_OUT_DIR=Default
(cd electron && node script/yarn test -- --enable-logging) (cd electron && node script/yarn test -- --enable-logging)
Expand Down

0 comments on commit 63058b8

Please sign in to comment.