From fe2e46b3b6b41865da447e957ed2b29f1c1bfef6 Mon Sep 17 00:00:00 2001 From: Sam Kleinman Date: Wed, 25 May 2016 11:04:39 -0400 Subject: SERVER-24193: use gccgo to cross-compile 32-bit tool builds --- etc/evergreen.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'etc') diff --git a/etc/evergreen.yml b/etc/evergreen.yml index 67eb9b09007..b2cfd3eac55 100644 --- a/etc/evergreen.yml +++ b/etc/evergreen.yml @@ -3189,7 +3189,7 @@ buildvariants: batchtime: 1440 # 1 day expansions: gitvars: LD_LIBRARY_PATH=/opt/openssl/lib64 #needed to workaround the old openSSL on rhel55 builders. - gorootvars: GOROOT=/opt/go32 PATH=/opt/go32/bin:$PATH + gorootvars: PATH=/opt/mongodbtoolchain/v2/bin:$PATH GOARCH=386 GOOS=linux push_path: linux push_bucket: downloads.mongodb.org push_name: linux -- cgit v1.2.1