Having kyua in the base system will simplify automated testing in CI and
eliminates bootstrapping issues on new platforms.
Note: This change includes adding liblutok which will be done seperately.
Differential D24103
Add the kyua test framework to the base system. brooks on Mar 17 2020, 8:35 PM. Authored by Tags None Referenced Files
Subscribers
Details
Having kyua in the base system will simplify automated testing in CI and Note: This change includes adding liblutok which will be done seperately.
Diff Detail
Event TimelineComment Actions The patch assumes lutok and kyua are extracted in contrib. If you want to test you can clone the repos there. Comment Actions New CI job with tweak so the sources are available https://cirrus-ci.com/task/5382784613089280?command=package#L1883 Build works, but the install part fails with a seemingly unrelated issue... Comment Actions Ah, the CI error was my fault and caused by the mtree error. Working build here https://cirrus-ci.com/task/4696992890748928 Thanks to @arichardson for finding this on CheriBSD (it's really weird that my mtree didn't fail and the files ended up in the right place).
Comment Actions Yeah, that's required by the default config. I'll add that (and probably commit it separately since that's immediatly MFC-able.) |