Ilya,

Am 29.07.20 um 18:55 schrieb Илья Шипицин:
>> +            for ssl in [
>> +              "stock",
>> +              "OPENSSL_VERSION=1.0.2u",
>> +              "OPENSSL_VERSION=1.1.0l",
>> +              "OPENSSL_VERSION=1.1.1f",
>> +              "LIBRESSL_VERSION=2.9.2",
>> +              "LIBRESSL_VERSION=3.0.2",
>> +              "LIBRESSL_VERSION=3.1.1",
>> +            ]:
>> +              flags = ["USE_OPENSSL=1"]
>> +              if ssl != "stock":
>> +                flags.append("SSL_LIB=${HOME}/opt/lib")
>> +                flags.append("SSL_INC=${HOME}/opt/include")
>>
> 
> I do not like that polluting assignment. I know where it came from, it was
> me :)
> I'm going to get rid of it, hope in 1-2 weeks.
> 

Yes, I copied that from Travis, because the workflow aims to be a Travis
CI replacement.

Best regards
Tim Düsterhus

Reply via email to