mirror of
https://github.com/mongodb/mongo.git
synced 2024-12-01 09:32:32 +01:00
SERVER-24193: fix rhel55+ssl tool compile
This commit is contained in:
parent
caa0109999
commit
4feacccacb
@ -4388,8 +4388,8 @@ 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/go PATH="/opt/go/bin:$PATH"
|
||||
tooltags: "-tags 'ssl sasl'"
|
||||
gorootvars: PATH=/opt/mongodbtoolchain/v2/bin:$PATH
|
||||
tooltags: -gccgoflags "$(pkg-config --libs --cflags libssl)" -tags 'ssl'
|
||||
push_path: linux
|
||||
push_bucket: downloads.mongodb.org
|
||||
push_name: linux
|
||||
|
Loading…
Reference in New Issue
Block a user