mirror of https://github.com/google/oss-fuzz.git
Update build.sh
This commit is contained in:
parent
63c7d817d8
commit
05e6eee95c
|
@ -15,11 +15,12 @@
|
|||
#
|
||||
################################################################################
|
||||
|
||||
# Required for some reason... I don't ask questions
|
||||
# Install dependencies.
|
||||
export SHELL=/bin/bash
|
||||
../../mach bootstrap --no-interactive --application-choice browser
|
||||
|
||||
export RUSTC=/root/.cargo/bin/rustc
|
||||
export CARGO=/root/.cargo/bin/cargo
|
||||
# Set environment for rustc.
|
||||
source $HOME/.cargo/env
|
||||
|
||||
autoconf2.13
|
||||
|
||||
|
|
Loading…
Reference in New Issue