Skip to content

Commit 1ffc0b0

Browse files
Install dependencies required for script-servo
1 parent c5064c7 commit 1ffc0b0

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,11 @@ jobs:
7878
sudo apt-get install -y linux-tools-common linux-tools-generic linux-tools-`uname -r`
7979
echo -1 | sudo tee /proc/sys/kernel/perf_event_paranoid
8080
81+
- name: Install servo dependencies
82+
run: sudo apt-get install -y llvm-dev clang libx11-dev python2.7 autoconf2.13
83+
8184
- name: Check benchmarks
8285
run: sh -x -c "ci/check-benchmarks.sh"
8386
env:
8487
COLLECTOR_ARGS: "--filter servo,cargo,crates.io,packed-simd,sentry-cli,tuple-stress"
88+
SHELL: "/bin/bash"

collector/benchmarks/script-servo-2/Cargo.toml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,3 @@ surfman = { git = "https://github.com/servo/surfman" }
3131
surfman-chains = { git = "https://github.com/asajeffrey/surfman-chains" }
3232
# https://github.com/retep998/winapi-rs/pull/816
3333
winapi = { git = "https://github.com/servo/winapi-rs", branch = "patch-1" }
34-
35-
[patch.'https://github.com/servo/rust-mozjs']
36-
js = { path = "./rust-mozjs" }

0 commit comments

Comments
 (0)