Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Switch Linux CI to a docker image with freetype2.8 #2678

Merged
merged 1 commit into from Apr 20, 2018
Merged
Changes from all commits
Commits
File filter...
Filter file types
Jump to…
Jump to file
Failed to load files.

Always

Just for now

@@ -18,10 +18,12 @@ metadata:
# instances configured and running.
tasks:
# For the docker-worker tasks, the Docker image used
# (staktrace/webrender-test:latest) was created using this Dockerfile:
# (staktrace/webrender-test:freetype28) was created using this Dockerfile:
# ---
# FROM ubuntu:16.04
# RUN apt-get -y update && apt-get install -y curl git python python-pip cmake pkg-config libx11-dev libgl1-mesa-dev libfontconfig1-dev
# RUN apt-get -y update && apt-get install -y curl git python python-pip cmake pkg-config libx11-dev libgl1-mesa-dev libfontconfig1-dev software-properties-common
# RUN add-apt-repository -y -u ppa:glasen/freetype2
# RUN apt-get -y install freetype2-demos
# RUN pip install mako voluptuous PyYAML servo-tidy
# RUN useradd -d /home/worker -s /bin/bash -m worker
# USER worker
@@ -53,7 +55,7 @@ tasks:
- master
payload:
maxRunTime: 3600
image: 'staktrace/webrender-test:latest'
image: 'staktrace/webrender-test:freetype28'
env:
RUST_BACKTRACE: 1
RUSTFLAGS: '--deny warnings'
@@ -87,7 +89,7 @@ tasks:
- master
payload:
maxRunTime: 3600
image: 'staktrace/webrender-test:latest'
image: 'staktrace/webrender-test:freetype28'
env:
RUST_BACKTRACE: 1
RUSTFLAGS: '--deny warnings'
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN +160 Bytes (100%) wrench/reftests/text/two-shadows.png
Binary file not shown.
ProTip! Use n and p to navigate between commits in a pull request.
You can’t perform that action at this time.