diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 4714baac..9f148458 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -36,7 +36,6 @@ jobs: libjemalloc-dev \ libc-ares-dev \ libelf-dev \ - libc6-dev-i386 \ cmake \ cmake-data echo 'CPPFLAGS=-fsanitize=address,undefined -fno-sanitize-recover=undefined -g' >> $GITHUB_ENV diff --git a/bpf/reuseport_kern.c b/bpf/reuseport_kern.c index b6de6c08..6674ead1 100644 --- a/bpf/reuseport_kern.c +++ b/bpf/reuseport_kern.c @@ -22,18 +22,9 @@ * OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION * WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ -#include -#include -#include -#include -#include -#include #include #include -#include -#include -#include #include /*