Skip to content

Commit

Permalink
[build] add missing package libyang-dev in lgtm.yml (sonic-net#2475)
Browse files Browse the repository at this point in the history
**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
  • Loading branch information
qiluo-msft committed Oct 1, 2022
1 parent e46dd29 commit b8ee07d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lgtm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ extraction:
- libnl-genl-3-dev
- libnl-route-3-dev
- libnl-nf-3-dev
- libyang-dev
- libzmq3-dev
- libzmq5
- swig3.0
Expand Down

0 comments on commit b8ee07d

Please sign in to comment.