blob: b24af0fb92cc62f6310e776069346b29f700fdf3 [file] [log] [blame]
---
#
# Bazel releases
#
lts: &lts
bazel: latest
rolling: &rolling
bazel: rolling
targets: &targets
build_targets:
- "//..."
tasks:
ubuntu_lts:
name: ubuntu_lts
platform: ubuntu2004
<<: *lts
<<: *targets
ubuntu_rolling:
name: ubuntu_rolling
platform: ubuntu2004
<<: *rolling
<<: *targets
macos_lts:
name: macos_lts
platform: macos
<<: *lts
<<: *targets
windows_lts:
name: windows_lts
platform: windows
<<: *lts
<<: *targets
check_bzlmod:
name: check_bzlmod
# No need to check bzlmod on every platform. This repository only holds
# constants and has no per-platform behavior.
platform: ubuntu2004
<<: *rolling
<<: *targets
build_flags:
- "--enable_bzlmod"