File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change 53
53
sudo apt-get install -y linux-tools-common linux-tools-generic linux-tools-`uname -r`
54
54
echo -1 | sudo tee /proc/sys/kernel/perf_event_paranoid
55
55
56
+ - name : Build collector
57
+ run : cargo build -p collector
58
+
56
59
- name : Check benchmarks
57
60
run : sh -x -c "ci/check-benchmarks.sh"
58
61
env :
81
84
- name : Install servo dependencies
82
85
run : sudo apt-get install -y llvm-dev clang libx11-dev python2.7 autoconf2.13
83
86
87
+ - name : Build collector
88
+ run : cargo build -p collector
89
+
84
90
- name : Check benchmarks
85
91
run : sh -x -c "ci/check-benchmarks.sh"
86
92
env :
Original file line number Diff line number Diff line change 5
5
bash -c " while true; do sleep 30; echo \$ (date) - running ...; done" &
6
6
PING_LOOP_PID=$!
7
7
trap - ERR
8
- cargo build -p collector;
9
8
RUST_BACKTRACE=1 RUST_LOG=collector=debug,rust_sysroot=debug \
10
9
cargo run -p collector --bin collector -- \
11
10
--db temporary.db \
You can’t perform that action at this time.
0 commit comments