File tree Expand file tree Collapse file tree 2 files changed +12
-1
lines changed
ci/docker/x86_64-gnu-cargotest Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,11 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
1212 libssl-dev \
1313 sudo \
1414 xz-utils \
15- pkg-config
15+ pkg-config \
16+ libgl1-mesa-dev \
17+ llvm-dev \
18+ libfreetype6-dev \
19+ libexpat1-dev
1620
1721COPY scripts/sccache.sh /scripts/
1822RUN sh /scripts/sccache.sh
Original file line number Diff line number Diff line change @@ -67,6 +67,13 @@ const TEST_REPOS: &'static [Test] = &[
6767 // This takes much less time to build than all of Servo and supports stable Rust.
6868 packages : & [ "stylo_tests" , "selectors" ] ,
6969 } ,
70+ Test {
71+ name : "webrender" ,
72+ repo : "https://github.com/servo/webrender" ,
73+ sha : "57250b2b8fa63934f80e5376a29f7dcb3f759ad6" ,
74+ lock : None ,
75+ packages : & [ ] ,
76+ } ,
7077] ;
7178
7279fn main ( ) {
You can’t perform that action at this time.
0 commit comments