amd64 is actually stable enough for the regular -CURRENT tinderbox now.

This commit is contained in:
Dag-Erling Smørgrav 2003-06-20 16:57:37 +00:00
parent 22884fdd75
commit 99dca055e8
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=116625

View file

@ -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' => {