summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJames McCoy <jamessan@jamessan.com>2023-09-05 07:41:23 +0200
committerChristian Brabandt <cb@256bit.org>2023-09-05 07:41:23 +0200
commita4245a10eacac614dc833a2721cd7c0376627ec8 (patch)
tree1a05fb48c8de4e1400365e46d51ce6cc43349b16 /src
parent00df69e62b2233d758f8c988794d66d53e887260 (diff)
patch 9.0.1871: Github CI does not run i386 jobv9.0.1871
Problem: Github CI does not run i386 job Solution: Add a i386 architecture Add CI testing for i386 message_test recently failed on i386, which exposed a gap in the CI testing. Convert the shadowdir job to one that runs on i386 so we get 32-bit test coverage. Since the GHA runners are x86_64, we can enable the i386 architecture in dpkg and install i386 packages for the i386 CI jobs. However, this can't currently be done with features=huge since that would require installing python3-dev:i386, which breaks the CI environment. closes: #12975 Signed-off-by: Christian Brabandt <cb@256bit.org> Co-authored-by: James McCoy <jamessan@jamessan.com>
Diffstat (limited to 'src')
-rw-r--r--src/version.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c
index 7fb2653624..b7a854e98e 100644
--- a/src/version.c
+++ b/src/version.c
@@ -700,6 +700,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 1871,
+/**/
1870,
/**/
1869,