Buildroot provides a utility called 'test-pkg' which allows a package
to be built against the different toolchains they have put together
for their autobuilder. This allows c-periphery to be built with
toolchains that have old GCC version, kernel headers and other C
libraries besides GLIBC. See section 18.24.3 in the buildroot manual:
https://buildroot.org/downloads/manual/manual.html#_tips_and_tricks
This ensure CI runs toolchains which compile different options such as
32-bit SPI or GPIO sysfs only kernel headers.
Signed-off-by: Ryan Barnett <ryanbarnett3@gmail.com>
Signed-off-by: Vanya A. Sergeev <v@sergeev.io>
- Update github actions versions
- Remove package hash file to disable hash check