6 Commits

Author SHA1 Message Date
Leo
0d083bd059 testing/bat: upgrade to 0.13.0 2020-04-01 18:22:59 +00:00
Kevin Daudt
3b688d6457 testing/various: enable stackprotector
On x86, the stack protector was disabled by addinsg
`-fno-stack-protector` to CFLAGS. This was due to rust not passing
`-lssp_nonshared` to the linker, causing build errors while linking.

Rust has been patched to fix this issue, so now we can enable stack
protection again.
2020-02-14 21:37:33 +00:00
Chloe Kudryavtsev
edef4d6bc6 testing/bat: upgrade to 0.12.1
Also:
- add options="net" to enable rootbld builds
- clang-dev and llvm-dev are used by onig_sys crate build-time
2019-09-23 18:17:01 -03:00
Rasmus Thomsen
ce2d0b4860 testing/bat: enable on arches supported by rust >= 1.37.0-r0
* Remove uneccesary `export RUSTFLAGS="-C target-feature=-crt-static"`, which is
  disabled by default anyway
2019-08-30 19:05:48 -03:00
Leo
2e2bfffb2d testing/bat: add missing dependency on less (GNU less)
fixes #10713
2019-08-08 13:03:28 -03:00
Chloe Kudryavtsev
bffb22b835 testing/bat: new aport
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
2019-06-08 21:47:17 +00:00