Skip to content
Snippets Groups Projects
Commit e43149f8 authored by Georges Racinet's avatar Georges Racinet
Browse files

hgdemandimport: unconditional disabling

hgdemandimport has always been of little value for long-running
processes, such as HGitaly.

On the other hand, attempts to upgrade the gRPC dependencies (grpcio etc.)
to 1.58 showed that it was wreaking havoc with imports between generated stub
modules, with messages such as:

  TypeError: Couldn't build proto file into descriptor pool: Depends on file
  'google/protobuf/timestamp.proto', but it has not been loaded

(this one upon importing `shared_pb2`, but it does not matter).
parent 218f5ae8
No related branches found
No related tags found
1 merge request!211gRPC engines upgrade and stable branch merge
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment