mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-27 14:52:16 +00:00
Bug 1860883 [wpt PR 42730] - Add noto fonts to the Docker image, a=testonly
Automatic update from web-platform-tests Add noto fonts to the Docker image This ensures that we have fallback glyphs for most/all characters. This affects some tests e.g. css/css-fonts/size-adjust-unicode-range-system-fallback.html (see https://bugzilla.mozilla.org/show_bug.cgi?id=1860124) Covering all of unicode does mean that we end up with a rather large increase in the docker image size. If this causes problems we could just install fonts-noto-cjk to fix the known breakage. -- wpt-commits: 00dee68a67459b04b971f928c7360cb1be036613 wpt-pr: 42730
This commit is contained in:
parent
8f4dbb7682
commit
61ee726847
@ -57,7 +57,7 @@ tasks:
|
||||
owner: ${owner}
|
||||
source: ${event.repository.clone_url}
|
||||
payload:
|
||||
image: webplatformtests/wpt:0.55
|
||||
image: webplatformtests/wpt:0.56
|
||||
maxRunTime: 7200
|
||||
artifacts:
|
||||
public/results:
|
||||
|
@ -4,7 +4,7 @@ components:
|
||||
workerType: ci
|
||||
schedulerId: taskcluster-github
|
||||
deadline: "24 hours"
|
||||
image: webplatformtests/wpt:0.55
|
||||
image: webplatformtests/wpt:0.56
|
||||
maxRunTime: 7200
|
||||
artifacts:
|
||||
public/results:
|
||||
|
@ -13,6 +13,7 @@ RUN apt-get -qqy update \
|
||||
curl \
|
||||
dbus-x11 \
|
||||
earlyoom \
|
||||
fonts-noto \
|
||||
fluxbox \
|
||||
gdebi \
|
||||
git \
|
||||
|
Loading…
Reference in New Issue
Block a user