fuzzard

Results 164 comments of fuzzard

And thats the exact info we need WHEN we need, at PR time.

its extremely rare for something to be introduced that needs a new lib, and for existing lib usage within reason we generally aim to support "supported" versions. (ie python 3.7-3.12,...

Maybe we are talking about different things here. The point to this was purely for CI on PR's. it doesnt implicitly have anything to do with actual flathub releases that...

All android jobs using ndk 25 will need the additional swab commit from https://github.com/xbmc/xbmc/pull/22116 to function

Yeah, i'll have some spare time come christmas, so if its good for v22, i can dig into it then. Hopefully i'll have other cmake stuff merged to make it...

Android jobs in PR's always create artifacts in the job. https://jenkins.kodi.tv/job/android-arm64-docker/5588/

From memory, just had some cleanup to do from comments, just havent followed up on it.

The problem this introduces is that you are now locked to hard coded version numbers.

That was the point of the wildcard. So you didn't have to do 6 arguments just for groovy shit

Is this possibly still relevant? https://stackoverflow.com/questions/14722657/java-classpath-wildcard-behaviour ie quote the asterisk. ``` set(classpath ${groovy_SOURCE_DIR}/lib/\"*\" ${apache-commons-lang_SOURCE_DIR}/\"*\" ${apache-commons-text_SOURCE_DIR}/\"*\" ${CMAKE_SOURCE_DIR}/tools/codegenerator ${CMAKE_CURRENT_SOURCE_DIR}/../python) ```