Fix: VarlinkStream not dispatching out data when write returns EAGAIN #88
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: C/C++ CI | |
on: | |
push: | |
branches: [ master ] | |
pull_request: | |
branches: [ master ] | |
jobs: | |
build: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v2 | |
- name: install tools | |
run: sudo apt-get install valgrind meson language-pack-de | |
- name: update locale | |
run: sudo locale-gen de_DE.UTF-8 | |
- name: make | |
run: make | |
- name: make check | |
run: make check | |
- name: Install varlink-certification | |
run: cargo install --git https://github.com/varlink/rust varlink-certification | |
- name: Bridge check | |
run: ./build/tool/varlink --bridge "./build/tool/varlink --bridge \"./build/tool/varlink -A 'varlink-certification --varlink=\\\$VARLINK_ADDRESS' bridge\" bridge" info |