diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 24a44029..8c476810 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 diff --git a/CHANGELOG.md b/CHANGELOG.md index 5ea8ad39..6ba31513 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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'