Closed robo9k closed 1 year ago
Despite --all-features
enabling v5-40
this tests successful against libmagic
5.39 since the then added MAGIC_PARAM_ENCODING_MAX
is not used in any #[test]
, e.g. neither test_magic_setparam
nor test_magic_getparam
.
I'm not sure if I want to add tests that test such details, at least for now.
This is meant to
manuallytest building against a certain upstreamlibmagic
version. For debugging it uploads the generatedmagic.h
,libmagic.pc
andmagic.mgc
as an artifact.It also serves as an example of how to use a specific custom
libmagic
withpkg-config
.