diff options
author | Sam Kleinman <samk@10gen.com> | 2016-05-25 11:50:55 -0400 |
---|---|---|
committer | Sam Kleinman <samk@10gen.com> | 2016-05-25 11:50:55 -0400 |
commit | eb1c040feb9e873af8f53bf7c1ecf3251382d1ce (patch) | |
tree | 52ef41188628a3abaa25d1ff8bfe55282df1a27a | |
parent | 899a5af1ab62d0225eb6b1749fcf7e2f417a20a8 (diff) | |
download | mongo-eb1c040feb9e873af8f53bf7c1ecf3251382d1ce.tar.gz |
SERVER-24193: fix compile path
-rw-r--r-- | etc/evergreen.yml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/etc/evergreen.yml b/etc/evergreen.yml index 6bab845c669..90df0478822 100644 --- a/etc/evergreen.yml +++ b/etc/evergreen.yml @@ -3553,7 +3553,6 @@ buildvariants: expansions: gitvars: LD_LIBRARY_PATH=/opt/openssl/lib64 #needed to workaround the old openSSL on rhel55 builders. gorootvars: PATH=/opt/mongodbtoolchain/v2/bin:$PATH - gorootvars: GOROOT=/opt/go PATH="/opt/go/bin:$PATH" tooltags: -gccgoflags "$(pkg-config --libs --cflags libssl)" -tags 'ssl' push_path: linux push_bucket: downloads.mongodb.org |