Updated CI, added CD#239
Conversation
3a74ccc to
9496a83
Compare
Kerilk
left a comment
There was a problem hiding this comment.
I am by no mean a CMake expert, the rest is looking good to me.
9496a83 to
864cbea
Compare
bashbaug
left a comment
There was a problem hiding this comment.
Discussed in the April 9th teleconference. We just released specs v3.0.16 and we're planning a release for the headers shortly. We're going to hold off merging these changes until after the release, then we will plan to merge ASAP.
bashbaug
left a comment
There was a problem hiding this comment.
Merging as discussed in the May 14th teleconference (and previously).
|
I'm seeing CI failures on my PR #251 which was opened after this merged, which look unrelated to the change i'm making In particular on macos gcc-11 configs I get the error (even after a retry): Would somebody knowledgeable from this PR be able to help fix it. |
|
Tagging @mfep and perhaps @MathiasMagnus - see above. |
|
Yes, please see #252 |
-Werror//WXis enabled in CICMakeLists.txtto be able to produce a binary Debian package usingcpack.presubmitworkflow now.git-clang-format.v*tagDebSourcePkg.cmakewhich is intended to run in CMake script mode. This script generates thedebian/control,debian/changelogand ``debian/rules` files which are required to build a Debian source package.This PR is considered to be complete, albeit review remarks and/or changes to related PRs might warrant minor updates.
The commits are authored by me, however a significant part of the work has been done by @Beanavil.