From 528b649012b47605e00e14a2a9d4157ad2bdd203 Mon Sep 17 00:00:00 2001 From: Olof hagsand Date: Fri, 18 Jun 2021 22:59:04 +0200 Subject: [PATCH] ci: install libnghttp2 --- .github/workflows/ci.yml | 2 +- CHANGELOG.md | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) 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'