@@ -130,23 +130,22 @@ const FULL_MATRIX = [
130130 "filter" : "linux-riscv64" ,
131131 "isa" : "riscv64" ,
132132 } ,
133- // FIXME(#45) need to figure out what's going on here
134- // {
135- // "name": "Tests on i686-unknown-linux-gnu",
136- // "os": ubuntu,
137- // "target": "i686-unknown-linux-gnu",
138- // "gcc_package": "gcc-i686-linux-gnu",
139- // "gcc": "i686-linux-gnu-gcc",
140- // },
141- // {
142- // "name": "Tests on armv7-unknown-linux-gnueabihf",
143- // "os": ubuntu,
144- // "target": "armv7-unknown-linux-gnueabihf",
145- // "gcc_package": "gcc-arm-linux-gnueabihf",
146- // "gcc": "arm-linux-gnueabihf-gcc",
147- // "qemu": "qemu-arm -L /usr/arm-linux-gnueabihf -E LD_LIBRARY_PATH=/usr/arm-linux-gnueabihf/lib",
148- // "qemu_target": "arm-linux-user",
149- // },
133+ {
134+ "name" : "Tests on i686-unknown-linux-gnu" ,
135+ "os" : ubuntu ,
136+ "target" : "i686-unknown-linux-gnu" ,
137+ "gcc_package" : "gcc-i686-linux-gnu" ,
138+ "gcc" : "i686-linux-gnu-gcc" ,
139+ } ,
140+ {
141+ "name" : "Tests on armv7-unknown-linux-gnueabihf" ,
142+ "os" : ubuntu ,
143+ "target" : "armv7-unknown-linux-gnueabihf" ,
144+ "gcc_package" : "gcc-arm-linux-gnueabihf" ,
145+ "gcc" : "arm-linux-gnueabihf-gcc" ,
146+ "qemu" : "qemu-arm -L /usr/arm-linux-gnueabihf -E LD_LIBRARY_PATH=/usr/arm-linux-gnueabihf/lib" ,
147+ "qemu_target" : "arm-linux-user" ,
148+ } ,
150149] ;
151150
152151/// Get the workspace's full list of member crates.
0 commit comments