temporarily install cbindgen manually (#1730)

This commit is contained in:
pdknsk 2018-08-19 06:23:51 +02:00 committed by Abhishek Arya
parent ebbaf4c933
commit 08dc5a94d2
1 changed files with 3 additions and 0 deletions

View File

@ -59,6 +59,9 @@ export SHELL=/bin/bash
# Set environment for rustc.
source $HOME/.cargo/env
# https://bugzilla.mozilla.org/show_bug.cgi?id=1484485
cargo install cbindgen
# Sync internal libFuzzer.
LLVM_REV=$($CC --version | egrep -1o "[0-9]{6}")
(cd tools/fuzzing/libfuzzer && ./clone_libfuzzer.sh $LLVM_REV)