mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-09 06:25:07 +00:00
Build: Temporarily remove debian 8 for packaging tests (#22967)
Debian 8 has been having issues with the openjdk package dependencies being broken. This comment comments out debian-8 from the boxes which packaging tests will run on CI.
This commit is contained in:
parent
9ca871af7e
commit
bbf44394a8
@ -16,7 +16,8 @@ class VagrantTestPlugin implements Plugin<Project> {
|
||||
static List<String> BOXES = [
|
||||
'centos-6',
|
||||
'centos-7',
|
||||
'debian-8',
|
||||
// TODO: re-enable debian once it does not have broken openjdk packages
|
||||
//'debian-8',
|
||||
'fedora-24',
|
||||
'oel-6',
|
||||
'oel-7',
|
||||
|
Loading…
x
Reference in New Issue
Block a user