openthread / wpantund

Wireless Network Interface Daemon for Low-Power Wireless SoCs
Apache License 2.0
174 stars 110 forks source link

[toranj] update the CI ubuntu environment #518

Closed Irving-cl closed 8 months ago

Irving-cl commented 8 months ago

When CI ran for PR: https://github.com/openthread/wpantund/actions/runs/7385566082

It failed an reported a warning:

Screenshot 2024-01-04 at 13 42 54

I think this may be the root cause. This PR updates the ubuntu environment of CI.

Irving-cl commented 8 months ago

Work in progress.

Irving-cl commented 8 months ago

Can get the CI work now.

Somehow the path prefix (../../..) of NCP used in wpan.py cannot work. I used a workaround to set environment variable top_builddir as the path obtained by running pwd -P in openthread directory.