Skip to content

Commit

Permalink
readme: fix build instructions for debian 12 (#9371)
Browse files Browse the repository at this point in the history
We need libprotobuf-dev for some of the
`/usr/include/google/protobuf/...*.proto`
referenced by our protobuf decls.
  • Loading branch information
problame authored Oct 16, 2024
1 parent e0fa6bc commit 67d5d98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ See developer documentation in [SUMMARY.md](/docs/SUMMARY.md) for more informati
```bash
apt install build-essential libtool libreadline-dev zlib1g-dev flex bison libseccomp-dev \
libssl-dev clang pkg-config libpq-dev cmake postgresql-client protobuf-compiler \
libcurl4-openssl-dev openssl python3-poetry lsof libicu-dev
libprotobuf-dev libcurl4-openssl-dev openssl python3-poetry lsof libicu-dev
```
* On Fedora, these packages are needed:
```bash
Expand Down

1 comment on commit 67d5d98

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

5290 tests run: 5072 passed, 1 failed, 217 skipped (full report)


Failures on Postgres 16

  • test_storage_controller_many_tenants[github-actions-selfhosted]: release-x86-64
# Run all failed tests locally:
scripts/pytest -vv -n $(nproc) -k "test_storage_controller_many_tenants[release-pg16-github-actions-selfhosted]"
Flaky tests (3)

Postgres 17

Postgres 15

Code coverage* (full report)

  • functions: 31.3% (7554 of 24105 functions)
  • lines: 49.2% (60433 of 122933 lines)

* collected from Rust tests only


The comment gets automatically updated with the latest test results
67d5d98 at 2024-10-16T21:11:16.220Z :recycle:

Please sign in to comment.