summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorÉtienne Mollier <emollier@debian.org>2023-12-04 16:48:42 +0100
committerÉtienne Mollier <emollier@debian.org>2023-12-04 16:48:42 +0100
commit22c043559fbe51865d11d03017b8efe4d0cef85a (patch)
tree2bd79fe6f216195a1f62d4309ec83d404484e3e2
parentc042f991971f6d73119c073601edfd6359c720ce (diff)
ready to upload to unstable.debian/0.11.1-3
-rw-r--r--debian/changelog13
1 files changed, 13 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 1340665..4dc4107 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,16 @@
+shasta (0.11.1-3) unstable; urgency=medium
+
+ * d/t/run-unit-test: use older shasta config.
+ The original test shipped with Nanopore-Sep2020 configuration file
+ selected by shasta in the autopkgtest script. This caused shasta to
+ reserve 8GiB of RAM on CI test hosts, which is just the limit on the
+ arm64 runners. Dropping to the older Nanopore-Dec2019 configuration
+ file causes shasta to reserve memory as needed instead of prefetching
+ a huge amount of pages, causing out of memory conditions on runners.
+ (Closes: #1053509)
+
+ -- Étienne Mollier <emollier@debian.org> Mon, 04 Dec 2023 16:48:02 +0100
+
shasta (0.11.1-2) unstable; urgency=medium
* gcc-13.patch: new: fix build failures with gcc-13. (Closes: #1042196)