Skip to content

Commit

Permalink
[ci] don't attempt to cross compile now that we use cgo
Browse files Browse the repository at this point in the history
  • Loading branch information
mostynb committed Jul 16, 2022
1 parent 46f5278 commit 2bea90c
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .bazelci/presubmit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,15 @@ tasks:
ubuntu1804:
platform: ubuntu1804
build_targets:
- "..."
- "//:bazel-remote"
- "//:bazel-remote-image"
test_targets:
- "..."
ubuntu2004:
platform: ubuntu2004
build_targets:
- "..."
- "//:bazel-remote"
- "//:bazel-remote-image"
test_targets:
- "..."
macos:
Expand Down

0 comments on commit 2bea90c

Please sign in to comment.