File tree 2 files changed +12
-1
lines changed
ci/docker/x86_64-gnu-cargotest
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 \
12
12
libssl-dev \
13
13
sudo \
14
14
xz-utils \
15
- pkg-config
15
+ pkg-config \
16
+ libgl1-mesa-dev \
17
+ llvm-dev \
18
+ libfreetype6-dev \
19
+ libexpat1-dev
16
20
17
21
COPY scripts/sccache.sh /scripts/
18
22
RUN sh /scripts/sccache.sh
Original file line number Diff line number Diff line change @@ -67,6 +67,13 @@ const TEST_REPOS: &'static [Test] = &[
67
67
// This takes much less time to build than all of Servo and supports stable Rust.
68
68
packages : & [ "stylo_tests" , "selectors" ] ,
69
69
} ,
70
+ Test {
71
+ name : "webrender" ,
72
+ repo : "https://github.com/servo/webrender" ,
73
+ sha : "57250b2b8fa63934f80e5376a29f7dcb3f759ad6" ,
74
+ lock : None ,
75
+ packages : & [ ] ,
76
+ } ,
70
77
] ;
71
78
72
79
fn main ( ) {
You can’t perform that action at this time.
0 commit comments