Also: - add options="net" to enable rootbld builds - clang-dev and llvm-dev are used by onig_sys crate build-time
* Remove uneccesary `export RUSTFLAGS="-C target-feature=-crt-static"`, which is disabled by default anyway
fixes #10713
bat is a cat(1) clone that acts like standard cat when the output is not a tty. If the output *is* a tty, it provides syntax highlighting and integrated paging on top of the typical cat(1) features. Closes GH-8678