mirror of
http://git.haproxy.org/git/haproxy.git
synced 2026-02-05 18:43:24 +02:00
CONTRIB: move some dev-specific tools to dev/
The following directories were moved from contrib/ to dev/ to make their use case a bit clearer. In short, only developers are expected to ever go there. The makefile was updated to build and clean from these ones. base64/ flags/ hpack/ plug_qdisc/ poll/ tcploop/ trace/
This commit is contained in:
12
.github/workflows/contrib.yml
vendored
12
.github/workflows/contrib.yml
vendored
@@ -13,12 +13,12 @@ jobs:
|
||||
- name: Compile contrib/halog/halog
|
||||
run: |
|
||||
make contrib/halog/halog
|
||||
- name: Compile contrib/debug/flags
|
||||
- name: Compile dev/flags/flags
|
||||
run: |
|
||||
make contrib/debug/flags
|
||||
- name: Compile contrib/poll/poll
|
||||
make dev/flags/flags
|
||||
- name: Compile dev/poll/poll
|
||||
run: |
|
||||
make contrib/poll/poll
|
||||
- name: Compile contrib/hpack
|
||||
make dev/poll/poll
|
||||
- name: Compile dev/hpack
|
||||
run: |
|
||||
make -C contrib/hpack
|
||||
make -C dev/hpack
|
||||
|
||||
Reference in New Issue
Block a user