From f849c3b19837fe418519351dfed3f59e3b604eae Mon Sep 17 00:00:00 2001 From: Josef Reidinger Date: Thu, 9 Jan 2025 13:51:57 +0100 Subject: [PATCH 1/4] due to new xtasks compilation we need to increase a bit size of machine to build --- rust/package/_constraints | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rust/package/_constraints b/rust/package/_constraints index 2a52ed7f2b..bf98067011 100644 --- a/rust/package/_constraints +++ b/rust/package/_constraints @@ -2,7 +2,7 @@ 4 - 20 + 25 8 From aae6266b22d1d2196b5bdc466f62a41c87836ccc Mon Sep 17 00:00:00 2001 From: Josef Reidinger Date: Thu, 9 Jan 2025 13:52:34 +0100 Subject: [PATCH 2/4] Changes --- rust/package/agama.changes | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/rust/package/agama.changes b/rust/package/agama.changes index 8fa24ecd3f..af4f53fad6 100644 --- a/rust/package/agama.changes +++ b/rust/package/agama.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Jan 9 12:52:05 UTC 2025 - Josef Reidinger + +- Increase disk size in _constrain to fix build on ppc + ------------------------------------------------------------------- Wed Jan 8 14:05:34 UTC 2025 - Imobach Gonzalez Sosa From ab552241536b168940b7a1d39d00bbc47604a78d Mon Sep 17 00:00:00 2001 From: Josef Reidinger Date: Thu, 9 Jan 2025 14:08:33 +0100 Subject: [PATCH 3/4] add issue --- rust/package/agama.changes | 1 + 1 file changed, 1 insertion(+) diff --git a/rust/package/agama.changes b/rust/package/agama.changes index af4f53fad6..18ec461750 100644 --- a/rust/package/agama.changes +++ b/rust/package/agama.changes @@ -2,6 +2,7 @@ Thu Jan 9 12:52:05 UTC 2025 - Josef Reidinger - Increase disk size in _constrain to fix build on ppc + (gh#agama-project/agama#1876). ------------------------------------------------------------------- Wed Jan 8 14:05:34 UTC 2025 - Imobach Gonzalez Sosa From 4eaa894aa3abadea0982c21c5ec5fe4bc6b34efe Mon Sep 17 00:00:00 2001 From: Josef Reidinger Date: Thu, 9 Jan 2025 16:09:34 +0100 Subject: [PATCH 4/4] Update rust/package/agama.changes Co-authored-by: Martin Vidner --- rust/package/agama.changes | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rust/package/agama.changes b/rust/package/agama.changes index 18ec461750..6a4a1fa44c 100644 --- a/rust/package/agama.changes +++ b/rust/package/agama.changes @@ -1,7 +1,7 @@ ------------------------------------------------------------------- Thu Jan 9 12:52:05 UTC 2025 - Josef Reidinger -- Increase disk size in _constrain to fix build on ppc +- Increase disk size in _constraints to fix build on ppc (gh#agama-project/agama#1876). -------------------------------------------------------------------