2
0
Fork 0
mirror of https://github.com/bazel-contrib/rules_foreign_cc synced 2024-11-28 08:43:26 +00:00
rules_foreign_cc/test
Attila Oláh fccd4ddaeb
Fix tool_prefix for CMake (#686)
* Fix tool_prefix for CMake.

Set the prefix before the first CMake invocation (where all the extra
flags are passed), and don't set the prefix for the `--build` and
`--install` invocations of CMake.

Fixes #685.

* Update test/cmake_text_tests.bzl

Co-authored-by: UebelAndre <github@uebelandre.com>
2021-06-16 21:55:02 +00:00
..
boostrap_tools Restructed examples and enabled more testing (#515) 2021-02-26 20:21:13 +00:00
detect_root_test Fix RBE by using updated bazel-toolchains version (#654) 2021-05-21 19:40:34 +01:00
dir1/include
dir2/include
expected Fixed dangling symlinks in builds (#656) 2021-06-01 13:59:16 -07:00
standard_cxx_flags_test Fix RBE by using updated bazel-toolchains version (#654) 2021-05-21 19:40:34 +01:00
BUILD.bazel Add config for building with spawn_strategy=standalone (#603) 2021-05-05 17:47:25 -07:00
cmake_text_tests.bzl Fix tool_prefix for CMake (#686) 2021-06-16 21:55:02 +00:00
convert_shell_script_test.bzl Added a new platform_info target to the foreign_cc framework (#629) 2021-05-05 21:35:54 +01:00
shell_script_helper_test_rule.bzl Refactored framework to avoid polymorphism complexity (#612) 2021-04-30 17:03:32 +01:00
symlink_contents_to_dir_test_rule.bzl Refactored framework to avoid polymorphism complexity (#612) 2021-04-30 17:03:32 +01:00
utils_test.bzl Restructured rules to match architecture (#555) 2021-03-12 16:54:14 +00:00