-
Notifications
You must be signed in to change notification settings - Fork 485
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
We now don't need libpq any more for the build of the storage controller, as we use `diesel-async` since #10280. Therefore, we remove the env var that gave cargo/rustc the location for libpq. Follow-up of #10280
- Loading branch information
Showing
4 changed files
with
3 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
eb9832d
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
7554 tests run: 7157 passed, 1 failed, 396 skipped (full report)
Failures on Postgres 16
test_layer_map[github-actions-selfhosted]
: release-x86-64-with-lfcFlaky tests (5)
Postgres 17
test_scrubber_tenant_snapshot[4]
: debug-x86-64-without-lfctest_metrics_normal_work
: release-x86-64-with-lfc, debug-x86-64-without-lfc, release-arm64-with-lfcPostgres 16
test_metrics_normal_work
: release-arm64-with-lfcCode coverage* (full report)
functions
:33.5% (8493 of 25347 functions)
lines
:49.3% (71485 of 145077 lines)
* collected from Rust tests only
eb9832d at 2025-01-27T21:51:14.739Z :recycle: