Skip to content
This repository has been archived by the owner on Nov 22, 2018. It is now read-only.

Commit

Permalink
Do an extended build to get cargo
Browse files Browse the repository at this point in the history
  • Loading branch information
brson committed Jun 6, 2017
1 parent 6b53cdc commit 76922c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion run-crater-task.sh
Expand Up @@ -124,7 +124,7 @@ main() {
git clone "$git_repo" rust && (cd rust && git reset "$commit_sha" --hard)

say "Configuring"
(cd rust && ./configure --build=x86_64-unknown-linux-gnu --host=x86_64-unknown-linux-gnu --target=x86_64-unknown-linux-gnu)
(cd rust && ./configure --enable-extended --build=x86_64-unknown-linux-gnu --host=x86_64-unknown-linux-gnu --target=x86_64-unknown-linux-gnu)

say "Building"
(cd rust && make -j2 && make dist)
Expand Down

0 comments on commit 76922c5

Please sign in to comment.