Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 1 addition & 17 deletions .bazelci/presubmit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,23 +4,7 @@ buildifier:
version: 6.1.2
warnings: "-attr-cfg"
tasks:
centos7:
# Verify `bison` itself can be built, but don't try to run the full test
# suite.
#
# BazelCI platform "centos7" uses GCC 4.8.5, which is too old to build
# googletest.
environment:
CC: gcc
build_targets:
- "//tests:genrule_test"
- "//tests:hello_c_bin"
- "//tests:hello_cc_bin"
- "//tests:HelloJavaMain_deploy.jar"
centos7_gcc:
# BazelCI platform "centos7_java11_devtoolset10" uses GCC 10, which is
# modern enough to build googletest.
platform: centos7_java11_devtoolset10
rockylinux8:
environment:
CC: gcc
build_targets: ["//..."]
Expand Down