mirror of
https://github.com/eunomia-bpf/bpf-developer-tutorial.git
synced 2026-02-03 10:14:44 +08:00
add new topics (#132)
* add goroutine text * update * fix funclatency * update doc * update about nginx * update nginx * u[date co * fix compile
This commit is contained in:
4
.github/workflows/test-eunomia.yaml
vendored
4
.github/workflows/test-eunomia.yaml
vendored
@@ -79,3 +79,7 @@ jobs:
|
||||
run: |
|
||||
./ecc src/25-signal/signal.bpf.c src/25-signal/signal.h
|
||||
sudo timeout -s 2 3 ./ecli run src/25-signal/package.json || if [ $? = 124 ]; then exit 0; else exit $?; fi
|
||||
- name: test 31 goroutine
|
||||
run: |
|
||||
./ecc src/31-goroutine/goroutine.bpf.c src/31-goroutine/goroutine.h
|
||||
# todo
|
||||
|
||||
4
.github/workflows/test-libbpf.yml
vendored
4
.github/workflows/test-libbpf.yml
vendored
@@ -61,6 +61,10 @@ jobs:
|
||||
run: |
|
||||
make -C src/30-sslsniff
|
||||
sudo timeout -s 2 3 src/30-sslsniff/sslsniff || if [ $? = 124 ]; then exit 0; else exit $?; fi
|
||||
|
||||
- name: test 33 funclatency
|
||||
run: |
|
||||
make -C src/33-funclatency
|
||||
- name: test 35-user-ringbuf
|
||||
run: |
|
||||
make -C src/35-user-ringbuf
|
||||
|
||||
Reference in New Issue
Block a user