Commit Graph

3 Commits (940d22ae030e4c2b1356b805f595a04716878288)

Author SHA1 Message Date
Thomas Eizinger 940d22ae03
clippy.sh: simplify script
Now that all eBPF crates compile on the host architecture by default, we
can simplify the clippy.sh script to just run on all crates at once.
1 month ago
Tamir Duberstein e0c4948e36 Extract integration-common for shared types 5 months ago
Tamir Duberstein fd00b39f09 Enable unwinding in userspace
Unwinding gives us more information, so we shouldn't disable it
globally. It is already disabled for BPF targets via the target configs
in rustc itself.

This complicates the clippy invocation somewhat, so put it in a shell
script for developer as well as CI use.
5 months ago