mirror of
https://github.com/axodotdev/cargo-dist.git
synced 2025-02-17 01:02:02 +08:00
docs: fix typos
This commit is contained in:
parent
17ece54a81
commit
c667fe0b5c
4
Justfile
4
Justfile
@ -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}
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user