ci: install libnghttp2
This commit is contained in:
parent
9edf380f6a
commit
528b649012
2 changed files with 2 additions and 1 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue