-
Notifications
You must be signed in to change notification settings - Fork 460
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #9959 from neondatabase/rc/release/2024-12-02
Storage & Compute release 2024-12-02
- Loading branch information
Showing
109 changed files
with
13,551 additions
and
856 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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,42 @@ | ||
commit 46b38d3e46f9cd6c70d9b189dd6ff4abaa17cf5e | ||
Author: Alexander Bayandin <[email protected]> | ||
Date: Sat Nov 30 18:29:32 2024 +0000 | ||
|
||
Fix v8 9.7.37 compilation on Debian 12 | ||
|
||
diff --git a/patches/code/84cf3230a9680aac3b73c410c2b758760b6d3066.patch b/patches/code/84cf3230a9680aac3b73c410c2b758760b6d3066.patch | ||
new file mode 100644 | ||
index 0000000..f0a5dc7 | ||
--- /dev/null | ||
+++ b/patches/code/84cf3230a9680aac3b73c410c2b758760b6d3066.patch | ||
@@ -0,0 +1,30 @@ | ||
+From 84cf3230a9680aac3b73c410c2b758760b6d3066 Mon Sep 17 00:00:00 2001 | ||
+From: Michael Lippautz <[email protected]> | ||
+Date: Thu, 27 Jan 2022 14:14:11 +0100 | ||
+Subject: [PATCH] cppgc: Fix include | ||
+ | ||
+Add <utility> to cover for std::exchange. | ||
+ | ||
+Bug: v8:12585 | ||
+Change-Id: Ida65144e93e466be8914527d0e646f348c136bcb | ||
+Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/3420309 | ||
+Auto-Submit: Michael Lippautz <[email protected]> | ||
+Reviewed-by: Omer Katz <[email protected]> | ||
+Commit-Queue: Michael Lippautz <[email protected]> | ||
+Cr-Commit-Position: refs/heads/main@{#78820} | ||
+--- | ||
+ src/heap/cppgc/prefinalizer-handler.h | 1 + | ||
+ 1 file changed, 1 insertion(+) | ||
+ | ||
+diff --git a/src/heap/cppgc/prefinalizer-handler.h b/src/heap/cppgc/prefinalizer-handler.h | ||
+index bc17c99b1838..c82c91ff5a45 100644 | ||
+--- a/src/heap/cppgc/prefinalizer-handler.h | ||
++++ b/src/heap/cppgc/prefinalizer-handler.h | ||
+@@ -5,6 +5,7 @@ | ||
+ #ifndef V8_HEAP_CPPGC_PREFINALIZER_HANDLER_H_ | ||
+ #define V8_HEAP_CPPGC_PREFINALIZER_HANDLER_H_ | ||
+ | ||
++#include <utility> | ||
+ #include <vector> | ||
+ | ||
+ #include "include/cppgc/prefinalizer.h" |
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
Oops, something went wrong.
73ad44a
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.
6380 tests run: 6110 passed, 0 failed, 270 skipped (full report)
Flaky tests (2)
Postgres 15
test_prefetch[None]
: release-x86-64, release-arm64Test coverage report is not available
73ad44a at 2024-12-02T13:01:06.963Z :recycle: