This repository has been archived by the owner on Jul 26, 2024. It is now read-only.
fea: support toa by bpf. #2
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: | |
jobs: | |
build: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v3 | |
- 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 |