Skip to content

Commit b8ee07d

Browse files
authored
[build] add missing package libyang-dev in lgtm.yml (#2475)
**Why I did it** lgtm build process broken. This PR will fix it. ``` [2022-09-30 18:21:33] [build-stderr] In file included from defaultvalueprovider.cpp:10: [2022-09-30 18:21:33] [build-stderr] defaultvalueprovider.h:8:10: fatal error: libyang/libyang.h: No such file or directory [2022-09-30 18:21:33] [build-stderr] 8 | #include <libyang/libyang.h> [2022-09-30 18:21:33] [build-stderr] | ^~~~~~~~~~~~~~~~~~~ [2022-09-30 18:21:33] [build-stderr] compilation terminated. ``` **How I verified it** The lgtm.yml change does not take effect in this PR's checker. I manually test it https://lgtm.com/logs/19f4015aec3863d7d4e7d5667cbbc251efd1d0f4/lang:cpp
1 parent e46dd29 commit b8ee07d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lgtm.yml

+1
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ extraction:
1616
- libnl-genl-3-dev
1717
- libnl-route-3-dev
1818
- libnl-nf-3-dev
19+
- libyang-dev
1920
- libzmq3-dev
2021
- libzmq5
2122
- swig3.0

0 commit comments

Comments
 (0)