-
Notifications
You must be signed in to change notification settings - Fork 463
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: building compute_tools and local_proxy together (#10257)
## Problem Building local_proxy and compute_tools features the same dependency tree, but as they are currently built in separate clean layers all that progress is wasted. For our arm builds that's an extra 10 minutes. ## Summary of changes Combines the compute_tools and local_proxy build layers.
- Loading branch information
1 parent
1622fd8
commit 56e6ebf
Showing
1 changed file
with
3 additions
and
17 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
56e6ebf
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.
7245 tests run: 6936 passed, 1 failed, 308 skipped (full report)
Failures on Postgres 16
test_storage_controller_many_tenants[github-actions-selfhosted]
: release-x86-64Flaky tests (2)
Postgres 17
test_pageserver_gc_compaction_smoke
: release-x86-64test_subscriber_synchronous_commit
: release-x86-64Code coverage* (full report)
functions
:31.2% (8402 of 26935 functions)
lines
:47.9% (66683 of 139086 lines)
* collected from Rust tests only
56e6ebf at 2025-01-02T18:09:54.951Z :recycle: