5 Commits

Author SHA1 Message Date
David Tolnay
9e45701891
Set default flavor of buck rust library build operations
Previously e.g. `buck build :cxx` was surprisingly a no-op, requiring
one to build `:cxx#check` or `:cxx#rlib-pic` in order to perform any
compiler invocation at all.

defaults.rust_library.type is a recent feature (landed in facebook/buck@c425eb93e1),
hence the bump of the Buck commit pulled in for CI.
2020-10-11 21:55:48 -07:00
David Tolnay
7aa5e21ab7
Use lld for the buck link 2020-09-07 22:17:56 -07:00
David Tolnay
b1ea3107e4
Add note about buck project.ignore setting 2020-08-30 14:28:42 -07:00
David Tolnay
509ea2e064
Hide BUCK files present in target/package/ from buck build ... 2020-08-30 14:25:56 -07:00
David Tolnay
5bde59dd2d
Add buck targets 2020-02-18 01:29:40 -08:00