amd64 is actually stable enough for the regular -CURRENT tinderbox now.
This commit is contained in:
parent
644e0d3883
commit
137b9f1790
@ -52,6 +52,7 @@ my %SETUPS = (
|
||||
'TARGETS' => [ 'update', 'world', 'generic', 'lint' ],
|
||||
'ARCHES' => {
|
||||
'alpha' => [ 'alpha' ],
|
||||
'amd64' => [ 'amd64' ],
|
||||
'i386' => [ 'i386', 'pc98' ],
|
||||
'ia64' => [ 'ia64' ],
|
||||
'sparc64' => [ 'sparc64' ],
|
||||
@ -78,7 +79,6 @@ my %SETUPS = (
|
||||
'BRANCHES' => [ 'CURRENT' ],
|
||||
'TARGETS' => [ 'update', 'world', 'generic', 'lint' ],
|
||||
'ARCHES' => {
|
||||
'amd64' => [ 'amd64' ],
|
||||
'powerpc' => [ 'powerpc' ],
|
||||
},
|
||||
'ENV' => {
|
||||
|
Loading…
Reference in New Issue
Block a user