Skip to content

Commit

Permalink
Only run bindgen examples on ubuntu 18.04
Browse files Browse the repository at this point in the history
  • Loading branch information
mfarrugi committed Jan 27, 2019
1 parent 65c10d4 commit 126db22
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 @@ -3,6 +3,8 @@ default_targets: &default_targets
- "..."
- "@docs//..."
- "@examples//..."
# Bindgen currently only has a working toolchain for 18.04
- "-@examples//ffi/rust_calling_c/simple/..."
platforms:
ubuntu1404:
build_targets: *default_targets
Expand All @@ -12,7 +14,10 @@ platforms:
test_targets: *default_targets
ubuntu1804:
build_targets: *default_targets
test_targets: *default_targets
test_targets:
- "..."
- "@docs//..."
- "@examples//..."
macos:
osx_targets: &osx_targets
- "--" # Allows negative patterns; hack for https://github.com/bazelbuild/continuous-integration/pull/245
Expand Down

0 comments on commit 126db22

Please sign in to comment.