aquasecurity / btfhub

BTFhub, in collaboration with the BTFhub Archive repository, supplies BTF files for all published kernels that lack native support for embedded BTF. This joint effort ensures that even kernels without built-in BTF support can effectively leverage the benefits of eBPF programs, promoting compatibility across various kernel versions.
Apache License 2.0
377 stars 43 forks source link

Github Actions failing with HTTP 408 #83

Closed brycekahle closed 1 year ago

brycekahle commented 1 year ago
error: RPC failed; HTTP 408 curl 22 The requested URL returned error: 408
send-pack: unexpected disconnect while reading sideband packet
fatal: the remote end hung up unexpectedly
brycekahle commented 1 year ago

Looks like we need a stricter filter on what we try to commit to the repo. It was trying to add some vmlinux files.

brycekahle commented 1 year ago

I think https://github.com/aquasecurity/btfhub-archive/pull/37 should help