2
0
Fork 0
mirror of https://github.com/bazel-contrib/rules_foreign_cc synced 2024-11-27 02:43:28 +00:00
rules_foreign_cc/test
James Sharpe 4520018bc2
Make generate_crosstool=True the default for cmake. (#523)
This was previously setting `CMAKE_SYSTEM_NAME` in the generated
toolchain file but setting this explicitly enables `CMAKE_CROSSCOMPILING`
(see https://cmake.org/cmake/help/v3.19/variable/CMAKE_CROSSCOMPILING.html#variable:CMAKE_CROSSCOMPILING)
which breaks projects that use `TRY_RUN`
2021-02-24 14:45:36 -08:00
..
detect_root_test Fixed incorrect detection of lib_source root (#488) 2021-02-03 20:18:43 +00:00
dir1/include Fix shell function symlink_contents_to_dir, add test (#377) 2020-05-08 11:43:40 +02:00
dir2/include Fix shell function symlink_contents_to_dir, add test (#377) 2020-05-08 11:43:40 +02:00
expected Fixed unbound variable in commands and recursive symlinks (#514) 2021-02-22 20:28:41 +00:00
standard_cxx_flags_test Propagate defines into CFLAGS and CXXFLAGS passed to the framework (#498) 2021-02-09 12:56:20 -08:00
BUILD Fixed incorrect detection of lib_source root (#488) 2021-02-03 20:18:43 +00:00
cmake_text_tests.bzl Make generate_crosstool=True the default for cmake. (#523) 2021-02-24 14:45:36 -08:00
convert_shell_script_test.bzl Attempt to catch shell script errors proactively with 'set -euo pipef… (#500) 2021-02-16 11:55:48 -08:00
shell_script_helper_test_rule.bzl Made buildifier checks more aggressive (#485) 2021-02-02 20:09:33 +00:00
symlink_contents_to_dir_test_rule.bzl Made buildifier checks more aggressive (#485) 2021-02-02 20:09:33 +00:00
utils_test.bzl Enable Buildifier in CI (#458) 2021-01-25 22:01:43 +00:00