Open offa opened 14 hours ago
Apologies for this - this is part of the migration to our new CI pipeline and deprecation path for COnan 1.x
From my earlier comment - https://github.com/conan-io/conan-center-index/issues/25845#issuecomment-2459582093
conan remote update --url https://center2.conan.io conancenter
The legacy repository is no longer updated (but still up and running). This will be all announced tomorrow more formally.
Description
trompeloeil/49 was recently added to conancenter (#25541), but it can't be installed:
Package and Environment Details
Conan profile
Host profile: [settings] arch=x86_64 build_type=Release compiler=gcc compiler.cppstd=20 compiler.libcxx=libstdc++11 compiler.version=13 os=Linux
Build profile: [settings] arch=x86_64 build_type=Release compiler=gcc compiler.cppstd=20 compiler.libcxx=libstdc++11 compiler.version=13 os=Linux
Steps to reproduce
(or use a conanfile)
Logs
Click to expand log
``` […] ======== Computing dependency graph ======== trompeloeil/49: Not found in local cache, looking in remotes... trompeloeil/49: Checking remote: conancenter Graph root cli ERROR: Package 'trompeloeil/49' not resolved: Unable to find 'trompeloeil/49' in remotes. ```