Skip to content

Commit

Permalink
Merge #213
Browse files Browse the repository at this point in the history
213: remove export to make CI process less verbose r=ryankurte a=Dylan-DPC

The bors builds are failing probably because of the verbosity of the build. Removing this as per [this comment](#206 (comment))

Co-authored-by: Dylan DPC <[email protected]>
  • Loading branch information
bors[bot] and Dylan-DPC committed Sep 29, 2018
2 parents d248721 + e7df7ea commit cacb662
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions ci/script.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@ main() {

cargo install --force --path .

export QEMU_STRACE=1

# test `cross check`
if [ ! -z $STD ]; then
td=$(mktemp -d)
Expand Down

0 comments on commit cacb662

Please sign in to comment.