Skip to content

Commit

Permalink
Add 'libegl1-mesa-dev' needed by Servo to the Docker image
Browse files Browse the repository at this point in the history
Servo now requires 'libegl1-mesa-dev' as a runtime
dependency. This should fix the crashes in wdspec:

https://github.com/web-platform-tests/wpt/runs/20476263011

Signed-off-by: Mukilan Thiyagarajan <mukilan@igalia.com>
  • Loading branch information
mukilan committed Feb 9, 2024
1 parent b9c905d commit 84c6a93
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .taskcluster.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ tasks:
owner: ${owner}
source: ${event.repository.clone_url}
payload:
image: webplatformtests/wpt:0.56
image: webplatformtests/wpt:0.57
maxRunTime: 7200
artifacts:
public/results:
Expand Down
2 changes: 1 addition & 1 deletion tools/ci/tc/tasks/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ components:
workerType: ci
schedulerId: taskcluster-github
deadline: "24 hours"
image: webplatformtests/wpt:0.56
image: webplatformtests/wpt:0.57
maxRunTime: 7200
artifacts:
public/results:
Expand Down
1 change: 1 addition & 0 deletions tools/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ RUN apt-get -qqy update \
glib-networking-services \
gstreamer1.0-plugins-bad \
gstreamer1.0-gl \
libegl1-mesa-dev \
libosmesa6-dev \
libproxy1-plugin-webkit \
libvirt-daemon-system \
Expand Down

0 comments on commit 84c6a93

Please sign in to comment.