~herrhotzenplotz/gcli-devel

This thread contains a patchset. You're looking at the original emails, but you may wish to use the patch review UI. Review patch
1

[PATCH] Fix CI distcheck

Details
Message ID
<20240604064706.19742-1-nsonack@herrhotzenplotz.de>
DKIM signature
pass
Download raw message
Patch: +3 -1
The previous commit

	2c6c9c8 (Remove redundant configuration step of the Kyuafile, 2024-06-03)

broke the CI distcheck which is running `make distcheck'.

The reason is that the Kyuafile was not packed in the dist tarball.
Fix by including it through `EXTRA_DIST'.

Signed-off-by: Nico Sonack <nsonack@herrhotzenplotz.de>
---
 Makefile.am | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/Makefile.am b/Makefile.am
index a06133c..e860e7d 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -324,7 +324,9 @@ tests_test_jsongen_LDADD = \
	libgcli.la \
	$(LIBATFC_LIBS)

EXTRA_DIST += tests/samples/github_simple_comment.json	\
EXTRA_DIST += \
	tests/Kyuafile \
	tests/samples/github_simple_comment.json	\
	tests/samples/github_simple_fork.json		\
	tests/samples/github_simple_issue.json		\
	tests/samples/github_simple_issue.json		\
-- 
2.44.0
Details
Message ID
<D1RVVR14IRS6.2K67C3AY9RP90@gjnoonan.co.uk>
In-Reply-To
<20240604064706.19742-1-nsonack@herrhotzenplotz.de> (view parent)
DKIM signature
pass
Download raw message
Applied and pushed To All remotes. Thanks!

The CI step for FreeBSD is still failing on gitlab, I think this is due 
to a caching issue which I can look into later. You can see a successful 
FreeBSD build here: https://builds.sr.ht/~gjnoonan/job/1242643

-g
Reply to thread Export thread (mbox)