diff options
author | Eric Engestrom <[email protected]> | 2019-01-28 17:42:59 +0000 |
---|---|---|
committer | Eric Engestrom <[email protected]> | 2019-02-06 17:56:30 +0000 |
commit | 360c814bfe5bec0cc41c86887768a2c876fb5e6a (patch) | |
tree | 0ec99b6a44c8967e9aac24d44f2be7f256dde707 /.gitlab-ci | |
parent | d73265e20ddbc4208ff35e3ee5d89a8b3161a3d7 (diff) |
gitlab-ci: add meson gallium SWR build
Signed-off-by: Eric Engestrom <[email protected]>
Diffstat (limited to '.gitlab-ci')
-rw-r--r-- | .gitlab-ci/Dockerfile.ubuntu | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitlab-ci/Dockerfile.ubuntu b/.gitlab-ci/Dockerfile.ubuntu index 5a27c1502d6..c59a1afadc3 100644 --- a/.gitlab-ci/Dockerfile.ubuntu +++ b/.gitlab-ci/Dockerfile.ubuntu @@ -32,6 +32,7 @@ RUN apt-get install -y \ libx11-xcb-dev \ x11proto-xf86vidmode-dev \ libelf-dev \ + libunwind8-dev \ python2.7 \ python-pip \ python-setuptools \ |