@@ -276,14 +276,14 @@ stable_cross_targets = [
276276  {'t' : 'x86_64-unknown-netbsd' , 'b' : xhost ('netbsd' ), 'host' : True , 'pkg' : True },
277277]
278278beta_cross_targets  =  stable_cross_targets  +  [
279-   {'t' : 'powerpc-unknown-linux-gnu' , 'b' : rustbuild_cross , 'host' : True },
280-   {'t' : 'powerpc64-unknown-linux-gnu' , 'b' : rustbuild_cross , 'host' : True },
281-   {'t' : 'powerpc64le-unknown-linux-gnu' , 'b' : rustbuild_cross , 'host' : True },
282-   {'t' : 'mips-unknown-linux-gnu' , 'b' : rustbuild_cross , 'host' : True },
283-   {'t' : 'mipsel-unknown-linux-gnu' , 'b' : rustbuild_cross , 'host' : True },
284-   {'t' : 'mips64-unknown-linux-gnuabi64' , 'b' : rustbuild_cross , 'host' : True },
285-   {'t' : 'mips64el-unknown-linux-gnuabi64' , 'b' : rustbuild_cross , 'host' : True },
286-   {'t' : 's390x-unknown-linux-gnu' , 'b' : rustbuild_cross , 'host' : True },
279+   {'t' : 'powerpc-unknown-linux-gnu' , 'b' : rustbuild_cross , 'host' : True ,  'pkg' :  True },
280+   {'t' : 'powerpc64-unknown-linux-gnu' , 'b' : rustbuild_cross , 'host' : True ,  'pkg' :  True },
281+   {'t' : 'powerpc64le-unknown-linux-gnu' , 'b' : rustbuild_cross , 'host' : True ,  'pkg' :  True },
282+   {'t' : 'mips-unknown-linux-gnu' , 'b' : rustbuild_cross , 'host' : True ,  'pkg' :  True },
283+   {'t' : 'mipsel-unknown-linux-gnu' , 'b' : rustbuild_cross , 'host' : True ,  'pkg' :  True },
284+   {'t' : 'mips64-unknown-linux-gnuabi64' , 'b' : rustbuild_cross , 'host' : True ,  'pkg' :  True },
285+   {'t' : 'mips64el-unknown-linux-gnuabi64' , 'b' : rustbuild_cross , 'host' : True ,  'pkg' :  True },
286+   {'t' : 's390x-unknown-linux-gnu' , 'b' : rustbuild_cross , 'host' : True },  'pkg' :  True , 
287287]
288288# FIXME: WHEN YOU PROMOTE THESE ARM TARGETS ALSO CHANGE THE DIST BUILDER SETUP MARKED WITH "XXX" 
289289nightly_cross_targets  =  beta_cross_targets  +  [
0 commit comments