fix(chromium): install libgbm (#773)

The new Chromium (#771) requires [`libgbm1`](https://packages.debian.org/sid/libgbm1) to be installed. Install it manually on the bots, and add it to troubleshooting.md.
This commit is contained in:
Joel Einbinder 2020-01-30 15:54:53 -08:00 committed by GitHub
parent 83b5d893ae
commit e131fe0cee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 5 additions and 0 deletions

View File

@ -25,6 +25,7 @@ jobs:
node-version: ${{ matrix.node-version }}
- name: install required packages
run: |
sudo apt-get install libgbm1
sudo apt-get install xvfb
- name: npm install, build, and test

View File

@ -18,6 +18,9 @@ addons:
- libevent-2.1-6
- libnotify4
- libxslt1.1
# This is required to run chromium
- libgbm1
# this is needed for running headful tests
- xvfb
notifications:
email: false

View File

@ -81,6 +81,7 @@ libnss3
lsb-release
xdg-utils
wget
libgbm1
```
</details>