History log of /wasmtime-44.0.1/ci/docker/i686-linux/Dockerfile (Results 1 – 2 of 2)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: dev, v36.0.9, v44.0.1, v43.0.2, v36.0.8, v24.0.8, v44.0.0, v43.0.1, v42.0.2, v36.0.7, v24.0.7, v43.0.0, v42.0.1, v41.0.4, v42.0.0, v40.0.4, v36.0.6, v24.0.6, v41.0.3, v41.0.2, v41.0.1, v36.0.5, v40.0.3, v41.0.0, v36.0.4, v39.0.2, v40.0.2, v40.0.1, v40.0.0, v39.0.1, v39.0.0, v38.0.4, v37.0.3, v36.0.3, v24.0.5, v38.0.3, v38.0.2, v38.0.1, v37.0.2, v37.0.1, v37.0.0, v36.0.2
# 43c5412a 25-Aug-2025 Alex Crichton <[email protected]>

Try to make CI more robust with more retries (#11532)

* Try to make CI more robust with more retries

Try adding `--retry` to a bunch of `curl` commands to see if we can make
CI a bit more robust in

Try to make CI more robust with more retries (#11532)

* Try to make CI more robust with more retries

Try adding `--retry` to a bunch of `curl` commands to see if we can make
CI 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 ...


Revision tags: v36.0.1, v36.0.0, v35.0.0, v24.0.4, v33.0.2, v34.0.2, v34.0.1, v33.0.1, v24.0.3, v32.0.1, v34.0.0, v33.0.0, v32.0.0, v31.0.0, v30.0.2, v30.0.1, v30.0.0, v29.0.1, v29.0.0
# 66d5ad3f 15-Jan-2025 Alex Crichton <[email protected]>

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 and
have been added to the tiers listing under tier 3.

show more ...