Skip to content

Commit

Permalink
Use more modern ubuntu platform
Browse files Browse the repository at this point in the history
  • Loading branch information
ted-xie committed Jul 31, 2023
1 parent 1bb186c commit c2fbd3b
Showing 1 changed file with 5 additions and 12 deletions.
17 changes: 5 additions & 12 deletions .bazelci/presubmit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,26 +12,19 @@ x_defaults:
- "//tools/..."
test_targets:
- "//src/..."
- "//src/tools/enforce_min_sdk_floor/..."
- "-//src/java/com/example/sampleapp/..."

tasks:
ubuntu1604:
<<: *common
ubuntu1804:
ubuntu2004:
<<: *common
macos:
<<: *common
macos_arm64:
<<: *common
ubuntu1604_bzlmod:
name: Bzlmod ubuntu1604
platform: ubuntu1604
build_flags:
- "--enable_bzlmod"
<<: *common
ubuntu1804_bzlmod:
name: Bzlmod ubuntu1804
platform: ubuntu1804
ubuntu2004_bzlmod:
name: Bzlmod ubuntu2004
platform: ubuntu2004
build_flags:
- "--enable_bzlmod"
<<: *common
Expand Down

0 comments on commit c2fbd3b

Please sign in to comment.