Skip to content
This repository was archived by the owner on Sep 8, 2025. It is now read-only.

Commit 0c8cda8

Browse files
authored
Merge pull request #214 from alexcrichton/32-bit-tests
Re-run 32-bit tests on CI
2 parents cfc95e7 + a81d09e commit 0c8cda8

2 files changed

Lines changed: 16 additions & 18 deletions

File tree

ci/build-test-matrix.js

Lines changed: 16 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -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.

crates/misc/component-async-tests/src/util.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ pub fn config() -> Config {
2020
init_logger();
2121

2222
let mut config = Config::new();
23-
config.debug_info(true);
2423
config.cranelift_debug_verifier(true);
2524
config.wasm_component_model(true);
2625
config.wasm_component_model_async(true);

0 commit comments

Comments
 (0)