-
Notifications
You must be signed in to change notification settings - Fork 80
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #128 from tweag/cc-toolchain
Replace nixpkgs_cc_configure() with a toolchain
- Loading branch information
Showing
9 changed files
with
893 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,7 @@ | ||
build --host_platform=@io_tweag_rules_nixpkgs//nixpkgs/platforms:host | ||
build --crosstool_top=@nixpkgs_config_cc//:toolchain | ||
# Using toolchain resolution can lead to spurious dependencies on | ||
# `@local_config_cc//:builtin_include_directory_paths`. This needs to be | ||
# resolved before `--incompatible_enable_cc_toolchain_resolution` can be | ||
# recommended for `nixpkgs_cc_configure_hermetic`. | ||
# build --incompatible_enable_cc_toolchain_resolution |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.