docs: fix typos

This commit is contained in:
Misty De Méo 2024-11-13 11:35:51 -08:00
parent 17ece54a81
commit c667fe0b5c
2 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,5 @@
build-all-plaforms:
build-all-platforms:
#!/bin/bash -eux
export AXOASSET_XZ_LEVEL=1
cargo build
@ -74,7 +74,7 @@ patch-ps1-installer:
dump:
#!/bin/bash -eux
just build-all-plaforms
just build-all-platforms
just patch-sh-installer
just patch-ps1-installer
mc mirror --overwrite ./target/distrib ${DIST_TARGET:-bearcove/dump/dist-cross}

View File

@ -232,7 +232,7 @@ container = { image = "quay.io/pypa/manylinux_2_28_x86_64", host = "x86_64-unkno
container = { image = "quay.io/pypa/manylinux_2_28_x86_64", host = "x86_64-unknown-linux-musl" }
```
Note that here, the host triple for those container images is overriden to be `x86_64-unknown-linux-musl`, because dist itself (which must run in the container) might be using a too-recent version of glibc.
Note that here, the host triple for those container images is overridden to be `x86_64-unknown-linux-musl`, because dist itself (which must run in the container) might be using a too-recent version of glibc.
Because of dist's cross-compilation support, if you have both `cargo-zigbuild` and `cargo-xwin`
installed on a macOS machine, you can build pretty much every target dist supports, by running