Skip to content

Commit

Permalink
Temporarily disable protobuf support. (#10685)
Browse files Browse the repository at this point in the history
This is so we can get the alpha release out, to allow
testing of other features.  Restoring protobuf support
is our highest priority prior to the 2.0 release.

[ci skip-rust]

[ci skip-build-wheels]
  • Loading branch information
benjyw committed Aug 24, 2020
1 parent 3a188a1 commit 6aee379
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/python/pants/backend/codegen/protobuf/python/register.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,11 @@ def rules():

def target_types():
return [ProtobufLibrary]


raise Exception(
"The pants.backend.codege.protobuf.python backend is temporarily disabled for this 2.0 alpha "
"release, due to performance issues. If you require protobuf support, please do not use this "
"Pants release. This is a very temporary measure, to allow alpha testing to proceed on other "
"features. Protobuf support will be fully restored before the 2.0 release."
)

0 comments on commit 6aee379

Please sign in to comment.