From 6a2376706c88c4e14a78377651fc7c9682cf732e Mon Sep 17 00:00:00 2001 From: pdknsk Date: Thu, 26 Jul 2018 10:16:07 +0200 Subject: [PATCH] firefox: rustc fix (#1655) --- projects/firefox/build.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/projects/firefox/build.sh b/projects/firefox/build.sh index 80e8b5c3d..ea0a50946 100755 --- a/projects/firefox/build.sh +++ b/projects/firefox/build.sh @@ -47,6 +47,8 @@ ac_add_options --enable-address-sanitizer EOF fi +source /root/.cargo/env + # Build! Takes about 15 minutes on a 32 vCPU instance. ./mach build ./mach gtest buildbutdontrun