mirror of
https://github.com/bazel-contrib/rules_foreign_cc
synced 2024-12-01 22:16:27 +00:00
b207809dba
As Bazel 0.22.0 is broken for rules_foreign_cc on Windows, we do not want to run any tests with this version on CI. So we are selecting the list of tests to run according to recorded-in-workspace Bazel version. But list of tests can not be empty! Instead, have a test that just prints the Bazel version.
1 line
24 B
Bash
Executable file
1 line
24 B
Bash
Executable file
echo "Bazel version: $1" |