TSG-14829 io_uring支持触发事件,适配mrzcpd的epoll_wait功能

This commit is contained in:
luwenpeng
2023-04-21 17:57:23 +08:00
parent 6e02f6b8ac
commit 97a4386bc4
20 changed files with 2255 additions and 1 deletions

View File

@@ -38,6 +38,10 @@ stages:
script:
- dnf --enablerepo=powertools install -y libmnl-devel
- dnf --enablerepo=powertools install -y libnfnetlink-devel
- dnf --enablerepo=powertools install -y clang
- dnf --enablerepo=powertools install -y llvm
- dnf --enablerepo=powertools install -y libbpf-devel
- dnf --enablerepo=powertools install -y liburing-devel
- ./ci/travis.sh
tags:
- share