Skip to content

Commit 6965854

Browse files
authored
chore: disable release for google-crc32c (#16521)
Disable generation for `google-crc32c`.
1 parent 2e508b6 commit 6965854

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.librarian/config.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,3 +36,7 @@ libraries:
3636
# Allow generation for google-cloud-dialogflow once this bug is fixed.
3737
- id: "google-cloud-dialogflow"
3838
generate_blocked: true
39+
# TODO(https://github.com/googleapis/google-cloud-python/issues/16520):
40+
# Allow release for google-crc32c once this bug is fixed.
41+
- id: "google-crc32c"
42+
release_blocked: true

0 commit comments

Comments
 (0)