Esteban Dugueperoux
Esteban Dugueperoux
Hello, I'm interested by a conan 2.0 example project using some tests written with GTest outside of test_package as described in "A different approach " of https://github.com/lasote/conan-gtest-example#synopsis. The ideal would...
> @EstebanDugueperoux2 you want to refer to the examples repo for Conan 2.0: https://github.com/conan-io/examples2 Yes, I'll try to submit a little example through a pull request showing my issue. Otherwise,...
Hi @memsharded Yes, all others operations with Conan works. And what about CONAN_LOGIN_USERNAME and CONAN_PASSWORD environment variables?
Ok thanks, I will wait Coan 2.0. Regards.
Hi @memsharded, I come back to this issue. I can workaround the TSL checking issue by setting http scheme instead of https in all of my remotes. But I'm interested...
Hi @irieger and @jcar87, I reproduce similar issue (https://github.com/EstebanDugueperoux2/openimageio_shared_issue) and got also errors with your PR. See all logs in https://github.com/EstebanDugueperoux2/openimageio_shared_issue/blob/main/build.log Regards.
Hi @jcar87, thanks for your analysis and your proposed workaround. I have tested following config in my ~/.conan2/global.conf and it works fine now: ` tools.build:exelinkflags = ["-fuse-ld=gold"] tools.build:sharedlinkflags = ["-fuse-ld=gold"]...
Hi @wing328, @etherealjoy, Would it be possible to have this PR integrated in a 7.5.1 release? Because without that, the 7.5.0 release is not usable through Nexus IQ Server or...
Hi @wing328, Thanks for the fast reply. About CI failure, this seems not related to my change. I have closed and reopened this PR and the CI seems good now....
Hum indeed from release 7.6.1 of TestNG a deprecated method has been removed (https://github.com/testng-team/testng/pull/2762/files). It should be ok now.