BUG/MEDIUM: mworker/listener: ambiguous use of RX_F_INHERITED with sh… #1853
This file contains hidden or 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: Contrib | |
| on: | |
| push: | |
| permissions: | |
| contents: read | |
| jobs: | |
| build: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - uses: actions/checkout@v5 | |
| - name: Compile admin/halog/halog | |
| run: | | |
| make admin/halog/halog | |
| - name: Compile dev/flags/flags | |
| run: | | |
| make dev/flags/flags | |
| - name: Compile dev/poll/poll | |
| run: | | |
| make dev/poll/poll | |
| - name: Compile dev/hpack | |
| run: | | |
| make dev/hpack/decode dev/hpack/gen-enc dev/hpack/gen-rht |