diff options
author | David Golden <xdg@xdg.me> | 2019-01-30 09:53:49 -0500 |
---|---|---|
committer | David Golden <xdg@xdg.me> | 2019-02-06 16:43:54 -0500 |
commit | 9f973472f22929dce3a2291c10fcef7c95ad5c48 (patch) | |
tree | 892ad5f143adf2740a315765f88212ef7ff96146 /etc | |
parent | 691993e48c2d33bd95589df9aca8b35b07ac8485 (diff) | |
download | mongo-9f973472f22929dce3a2291c10fcef7c95ad5c48.tar.gz |
Import tools: ecd6b33eda1ac4a59210cc41e1dc6b1b1bbd39b1 from branch v4.0
ref: ff4c485051..ecd6b33eda
for: 4.0.6
TOOLS-1906 Ignore mongorestore error "x509 certificate routines:X509_STORE_add_cert:cert already in hash table"
TOOLS-2030 mongodump does not dump system.js collections
TOOLS-2109 Build Tools with Go 1.11
TOOLS-2158 mongodump failing on Windows with "error opening system CA store: Access is denied."
TOOLS-2166 mongoimport --uri logs incorrect connected hosts
TOOLS-2167 Add CGO flags for building on Windows
TOOLS-2168 Add CGO flags for building on MacOS
TOOLS-2210 Build with tools with Address Space Layout Randomised (ASLR) flags enabled
Diffstat (limited to 'etc')
-rw-r--r-- | etc/evergreen.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/etc/evergreen.yml b/etc/evergreen.yml index 06e67e77b4a..6bd9d7a696d 100644 --- a/etc/evergreen.yml +++ b/etc/evergreen.yml @@ -877,8 +877,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 "get modified patch files" : |