Try to make CI more robust with more retries (#11532)* Try to make CI more robust with more retriesTry adding `--retry` to a bunch of `curl` commands to see if we can makeCI a bit more robust in
Try to make CI more robust with more retries (#11532)* Try to make CI more robust with more retriesTry adding `--retry` to a bunch of `curl` commands to see if we can makeCI a bit more robust in the face of flaky network failures.prtest:full* See if rustls is less flaky* See if curl isn't flaky?
show more ...
Add release binaries for 32-bit platforms (#10025)This commit notably adds release binaries for:* `i686-unknown-linux-gnu` - named `i686-linux`* `i686-pc-windows-msvc` - named `i686-windows`* `
Add release binaries for 32-bit platforms (#10025)This commit notably adds release binaries for:* `i686-unknown-linux-gnu` - named `i686-linux`* `i686-pc-windows-msvc` - named `i686-windows`* `armv7-unknown-linux-gnueabihf` - named `armv7-linux`These artifacts all use Pulley for their execution of WebAssembly andhave been added to the tiers listing under tier 3.