mirror of https://github.com/bazelbuild/rules_cc
Add http_archive entries for testing with various JDK versions.
RELNOTES: None. PiperOrigin-RevId: 245023756
This commit is contained in:
parent
a4c4f3aa88
commit
9e7c9de880
|
@ -19,12 +19,12 @@ platforms:
|
|||
ubuntu1804_nojava:
|
||||
run_targets:
|
||||
build_flags:
|
||||
- "--javabase=@openjdk_linux_archive//:runtime"
|
||||
- "--javabase=@openjdk11_linux_archive//:runtime"
|
||||
build_targets:
|
||||
- "..."
|
||||
test_flags:
|
||||
- "--test_timeout=300"
|
||||
- "--javabase=@openjdk_linux_archive//:runtime"
|
||||
- "--javabase=@openjdk11_linux_archive//:runtime"
|
||||
test_targets:
|
||||
- "..."
|
||||
macos:
|
||||
|
|
Loading…
Reference in New Issue