ci: install libnghttp2

This commit is contained in:
Olof hagsand 2021-06-18 22:59:04 +02:00
parent 9edf380f6a
commit 528b649012
2 changed files with 2 additions and 1 deletions

View file

@ -17,7 +17,7 @@ jobs:
- name: install cligen
run: (git clone https://github.com/clicon/cligen.git && cd cligen && ./configure && make && sudo make install)
- name: install libevent
run: sudo apt install -y libevent-dev libssl-dev
run: sudo apt install -y libevent-dev libssl-dev libnghttp2-dev
- name: install libevhtp
run: (git clone https://github.com/clicon/clixon-libevhtp.git && cd clixon-libevhtp && ./configure && make && sudo make install)
- name: configure

View file

@ -92,6 +92,7 @@ Developers may need to change their code
### Minor features
* Changed default CI to be restconf=native instead of fcgi
* Moved CI from travis to github actions
* Added autotool check for getresuid (+ related functions) necessary for lowering of priviliges for backend and restconf
* If getresuid is not available, CLICON_RESTCONF_PRIVILEGES must be set to 'none'