BUILD: mux-h2/traces: fix build on 32-bit due to size of the DATA frame #1364
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: Contrib | |
on: | |
push: | |
permissions: | |
contents: read | |
jobs: | |
build: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v4 | |
- 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 |