Closed garlick closed 3 years ago
CI hangs because it is waiting for an available ubuntu-16.04 runner, which is no longer offered by github. Drop that test.
Add a test that builds against the running ubuntu-latest kernel and loads/unloads the driver. That might catch some additional problems down the road.
Nice, I like printing the dmesg output in the test.
Yeah it didn't dawn on me until recently that these azure vms are really vms and they would let you load a kernel module! Thanks for the review.
CI hangs because it is waiting for an available ubuntu-16.04 runner, which is no longer offered by github. Drop that test.
Add a test that builds against the running ubuntu-latest kernel and loads/unloads the driver. That might catch some additional problems down the road.