github.com/letsencrypt/boulder@v0.20251208.0/test/boulder-tools/build-rust-deps.sh (about)

     1  #!/bin/bash -ex
     2  
     3  PROTO_ARCH=x86_64
     4  if [ "${TARGETPLATFORM}" = linux/arm64 ]; then
     5    # For our Mac using friends on Apple Silicon and other 64bit ARM chips.
     6    PROTO_ARCH=aarch64
     7  fi
     8  
     9  cargo install typos-cli --target "${PROTO_ARCH}-unknown-linux-gnu"