mirror of
https://git.proxmox.com/git/rustc
synced 2026-03-28 04:02:54 +00:00
8 lines
180 B
Bash
Executable File
8 lines
180 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
set -ex
|
|
|
|
# Get latest ISPC binary for the target and put it in the path
|
|
git clone https://github.com/gnzlbg/ispc-binaries
|
|
cp ispc-binaries/ispc-${TARGET} ispc
|