-
Notifications
You must be signed in to change notification settings - Fork 492
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use a cache mount to speed up rebuilding compute node image (#10737)
Building the compute rust binaries from scratch is pretty slow, it takes between 4-15 minutes on my laptop, depending on which compiler flags and other tricks I use. A cache mount allows caching the dependencies and incremental builds, which speeds up rebuilding significantly when you only makes a small change in a source file.
- Loading branch information
Showing
1 changed file
with
12 additions
and
4 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
c368b0f
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.
7425 tests run: 7000 passed, 44 failed, 381 skipped (full report)
Failures on Postgres 17
test_forward_compatibility
: release-x86-64-without-lfc, release-x86-64-with-lfc, debug-x86-64-without-lfc, release-arm64-with-lfc, release-arm64-without-lfctest_versions_mismatch[combination_ooonn]
: release-x86-64-without-lfc, release-x86-64-with-lfc, debug-x86-64-without-lfc, release-arm64-with-lfc, release-arm64-without-lfctest_versions_mismatch[combination_ononn]
: release-x86-64-without-lfc, release-x86-64-with-lfc, debug-x86-64-without-lfc, release-arm64-with-lfc, release-arm64-without-lfctest_versions_mismatch[combination_onnnn]
: release-x86-64-without-lfc, release-x86-64-with-lfc, debug-x86-64-without-lfc, release-arm64-with-lfc, release-arm64-without-lfcFailures on Postgres 16
test_forward_compatibility
: release-x86-64-with-lfc, release-arm64-with-lfctest_versions_mismatch[combination_ooonn]
: release-x86-64-with-lfc, release-arm64-with-lfctest_versions_mismatch[combination_ononn]
: release-x86-64-with-lfc, release-arm64-with-lfctest_versions_mismatch[combination_onnnn]
: release-x86-64-with-lfc, release-arm64-with-lfcFailures on Postgres 15
test_forward_compatibility
: release-x86-64-with-lfc, release-arm64-with-lfctest_versions_mismatch[combination_ooonn]
: release-x86-64-with-lfc, release-arm64-with-lfctest_versions_mismatch[combination_ononn]
: release-x86-64-with-lfc, release-arm64-with-lfctest_versions_mismatch[combination_onnnn]
: release-x86-64-with-lfc, release-arm64-with-lfcFailures on Postgres 14
test_forward_compatibility
: release-x86-64-with-lfc, release-arm64-with-lfctest_versions_mismatch[combination_ooonn]
: release-x86-64-with-lfc, release-arm64-with-lfctest_versions_mismatch[combination_ononn]
: release-x86-64-with-lfc, release-arm64-with-lfctest_versions_mismatch[combination_onnnn]
: release-x86-64-with-lfc, release-arm64-with-lfcFlaky tests (1)
Postgres 17
test_scrubber_physical_gc_ancestors[2]
: release-arm64-without-lfcTest coverage report is not available
c368b0f at 2025-02-10T18:24:55.759Z :recycle: