mirror of https://github.com/google/oss-fuzz.git
Update build.sh
This commit is contained in:
parent
e6a7d03c61
commit
47e4134495
|
@ -50,7 +50,7 @@ fi
|
|||
# Install dependencies.
|
||||
./mach bootstrap --no-interactive --application-choice browser
|
||||
|
||||
source /root/.cargo/env
|
||||
source $HOME/.cargo/env
|
||||
|
||||
# Build! Takes about 15 minutes on a 32 vCPU instance.
|
||||
./mach build
|
||||
|
|
Loading…
Reference in New Issue