summaryrefslogtreecommitdiff
path: root/etc/evergreen.yml
diff options
context:
space:
mode:
Diffstat (limited to 'etc/evergreen.yml')
-rw-r--r--etc/evergreen.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/etc/evergreen.yml b/etc/evergreen.yml
index 9f34ac0f4b0..d1a4a40bc0d 100644
--- a/etc/evergreen.yml
+++ b/etc/evergreen.yml
@@ -490,8 +490,9 @@ functions:
fi
for i in $build_tools; do
- go build -ldflags "$(print_ldflags)" ${args} -tags "$(print_tags ${tooltags})" -o "../../../../../../mongo-tools/$i${exe|}" $i/main/$i.go
+ go build $(buildflags) -ldflags "$(print_ldflags)" ${args} -tags "$(print_tags ${tooltags})" -o "../../../../../../mongo-tools/$i${exe|}" $i/main/$i.go
"../../../../../../mongo-tools/$i${exe|}" --version
+ file "../../../../../../mongo-tools/$i${exe|}"
done
"do setup" :