Skip to content

Commit

Permalink
CI: print module search paths
Browse files Browse the repository at this point in the history
Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
  • Loading branch information
evelikov committed Oct 21, 2023
1 parent 59cd746 commit 1178293
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,12 @@ jobs:
echo "Found kernel ${KERNEL_VER}"
export KERNEL_VER
echo "Module search paths"
for depmod in /etc/depmod.d/ /usr/lib/depmod.d/ /lib/depmod.d/; do
[ -e "$depmod" ] && grep -r ^search "$depmod" || true
done
if [ "${{ matrix.distro.name }}" = alpine ] && [ "${{ matrix.distro.variant }}" = "-lts" ]; then
./run_test.sh --no-signing-tool
else
Expand Down

0 comments on commit 1178293

Please # to comment.