This website requires JavaScript.
Explore
Help
Sign In
digital-asset
/
daml
Watch
1
Star
1
Fork
0
You've already forked daml
mirror of
https://github.com/digital-asset/daml.git
synced
2024-11-10 10:46:11 +03:00
Code
Issues
Projects
Releases
Wiki
Activity
0c63e06340
daml
/
nix
/
bazel-cc-toolchain.nix
2 lines
43 B
Nix
Raw
Normal View
History
Unescape
Escape
Hermetic nixpkgs_cc_toolchain (#5976) * update rules_nixpkgs * Use hermetic nixpkgs cc toolchain CHANGELOG_BEGIN CHANGELOG_END * Work around Bazel's cc toolchain autodetection * Use --crosstool_top for hermetic cc toolchain When using --incompatible_enable_cc_toolchain_resolution instead cc actions still depend on `external/local_config_cc/builtin_include_directory_paths` as well as `external/nixpkgs_cc_toolchain_config/builtin_include_directory_paths`. * override local_config_cc * remove unused attribute * Fix posix toolchain on Windows * nixpkgs cc toolchain not on Windows * Fix nixpkgs cc toolchain on MacOS * nixpkgs cc toolchain uses bin/cc * Use darwin.binutils on MacOS * Remove clang(++) and gcc (g++) symlinks The toolchain only considers `bin/cc` and having the other symlinks around could lead to confusion * Use hermetic toolchain in compatibility workspace * Avoid empty linker flags Co-authored-by: Andreas Herrmann <andreas.herrmann@tweag.io>
2020-05-18 19:03:51 +03:00
(
import
./bazel.nix
{
}
)
.
bazel-cc-toolchain
Reference in New Issue
Copy Permalink