[Bug]: Conan version 1.58.0 can no longer install googleapis/cci.20221108 #27869
Labels
area/compilation
kind/bug
Issues or changes related a bug
stale
indicates no udpates for 30 days
triage/accepted
Indicates an issue or PR is ready to be actively worked on.
Is there an existing issue for this?
Environment
Current Behavior
The workflow to compile Milvus on a fresh Ubuntu 20.04 machine no longer works.
From a clean Ubuntu 20.04 machine, first run
scripts/install_deps.sh
. Among other things, this installs Conan version1.58.0
.Now, try to build Milvus locally with
make
. The build fails quickly because of the following error:Expected Behavior
On a clean install of Ubuntu 20.04,
./install_deps.sh
followed bymake
should successfully build Milvus.Steps To Reproduce
Anything else?
Possibly, the build was broken by this update to the googleapis/20221108 recipe: conan-io/conan-center-index#19971. As part of that PR, the required conan version was updated:
Updating the conan version to
1.60.0
is enough to resolve the issueThe text was updated successfully, but these errors were encountered: