mirror of
https://github.com/progval/irctest.git
synced 2025-04-07 07:49:52 +00:00
Update CI to run on Ubuntu 22.04. (#210)
* Update workflows to run on Ubuntu 22.04. * Add a patch to fix Bahamut on Ubuntu 22.04. Source: https://github.com/DALnet/bahamut/pull/219 * Add a patch to fix Charybdis on Ubuntu 22.04.
This commit is contained in:
23
patches/charybdis_ubuntu22.patch
Normal file
23
patches/charybdis_ubuntu22.patch
Normal file
@ -0,0 +1,23 @@
|
||||
From fa5d445e5e2af735378a1219d2a200ee8aef6561 Mon Sep 17 00:00:00 2001
|
||||
From: Sadie Powell <sadie@witchery.services>
|
||||
Date: Sun, 25 Jun 2023 21:50:42 +0100
|
||||
Subject: [PATCH] Fix Charybdis on Ubuntu 22.04.
|
||||
|
||||
---
|
||||
librb/include/rb_lib.h | 2 ++
|
||||
1 file changed, 2 insertions(+)
|
||||
|
||||
diff --git a/librb/include/rb_lib.h b/librb/include/rb_lib.h
|
||||
index c02dff68..0dd9c378 100644
|
||||
--- a/librb/include/rb_lib.h
|
||||
+++ b/librb/include/rb_lib.h
|
||||
@@ -258,4 +258,6 @@ pid_t rb_getpid(void);
|
||||
#include <rb_rawbuf.h>
|
||||
#include <rb_patricia.h>
|
||||
|
||||
+#include <time.h>
|
||||
+
|
||||
#endif
|
||||
--
|
||||
2.34.1
|
||||
|
Reference in New Issue
Block a user