Skip to content

Commit

Permalink
Use rules_nixpkgs CC toolchain in Rust example
Browse files Browse the repository at this point in the history
Following #209, add
--incompatible_enable_cc_toolchain_resolution flag to build action in
Rust example so that changes to CC toolchain take effect.
  • Loading branch information
YorikSar authored and avdv committed May 17, 2022
1 parent 2ceba24 commit cf78ff2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/toolchains/rust/.bazelrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
build:nix --host_platform=@io_tweag_rules_nixpkgs//nixpkgs/platforms:host
build:nix --host_platform=@io_tweag_rules_nixpkgs//nixpkgs/platforms:host --incompatible_enable_cc_toolchain_resolution

0 comments on commit cf78ff2

Please sign in to comment.