FoundationDB / fdb-joshua

FoundationDB Correctness service
Apache License 2.0
28 stars 25 forks source link

Commented out tls library temporarily until it's hosted again #42

Closed sfc-gh-qhoang closed 3 years ago

sfc-gh-qhoang commented 3 years ago

joshua_tls_library.tar.gz tar-file contains TLS binaries for older FDB binaries, specifically <= 5.2, because at that time TLS was not linked to (part of) the fdbserver binary.

On 08/31 we noticed this file is no longer hosted at https://www.foundationdb.org/downloads/misc/joshua_tls_library.tar.gz. Hence, commenting out these lines and reverting once it's hosted again. We will work around it for the time-being.

jzhou77 commented 3 years ago

An additional thing is to remove these old binaries in the docker image, so restarting test won't fail because of missing libraries.

sfc-gh-kmakino commented 3 years ago

We don't need this. Let's wait for the TLS packages to come back.