Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions ci_scripts/packages.txt
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ pandas
pillow
polars-runtime-32
polars-runtime-64
protobuf
psutil
PyNaCl
pyuwsgi
Expand Down
8 changes: 8 additions & 0 deletions docs/packages/protobuf.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
package-name: protobuf
source-code: https://github.com/protocolbuffers/protobuf
license: BSD-3-Clause
versions:
- version: 7.35.1
comment: >
Unlike upstream, we build the riscv64 bdist from an sdist using
cibuildwheel, allowing us to circumvent a large Bazel build.
Loading