Skip to content

Commit

Permalink
Add a CI target on the minimum supported version of bazel (#493)
Browse files Browse the repository at this point in the history
This is currently 3.0.0, but given discussion that I have seen, that was
probably too aggressive.  However, until we test against our minimum
supported version, it isn't going to be reasonable to provide releases
as suggested by #415.
  • Loading branch information
David Freese committed Nov 11, 2020
1 parent 29eb232 commit f33e3b3
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .bazelci/presubmit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,11 @@ tasks:
test_targets:
- "..."
- "@examples//..."
ubuntu2004:
name: "Minimum Supported Version"
bazel: "3.0.0"
build_targets: *default_targets
test_targets: *default_targets
macos:
osx_targets: &osx_targets
- "--" # Allows negative patterns; hack for https://github.com/bazelbuild/continuous-integration/pull/245
Expand Down Expand Up @@ -50,7 +55,7 @@ tasks:
- "-@examples//ffi/rust_calling_c/simple/..."
- "-@examples//hello_sys/..."
- "-@examples//complex_sys/..."
- "-@examples//proto/..."
- "-@examples//proto/..."
- "-@examples//wasm/..."
build_targets: *windows_targets
test_targets: *windows_targets
Expand Down

0 comments on commit f33e3b3

Please sign in to comment.