Skip to content

Commit

Permalink
Add nghttp2 to playbooks (#6739)
Browse files Browse the repository at this point in the history
  • Loading branch information
achamayou authored Jan 9, 2025
1 parent 3390373 commit b024ce3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions getting_started/setup_vm/roles/ccf_build/vars/clang15.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ debs:
- kmod # modinfo for sgxinfo.sh
- cmake
- libssl-dev
- libnghttp2-dev # experimental http2 support
- jq # operation scripts
- sudo
- curl # client test infra
Expand Down
1 change: 1 addition & 0 deletions getting_started/setup_vm/roles/ccf_run/vars/clang15.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ debs:
- libc++abi1-15
- libc++1-15
- libuv1
- libnghttp2-14

0 comments on commit b024ce3

Please sign in to comment.