]> git.proxmox.com Git - rustc.git/blob - src/vendor/rayon/ci/highlander.sh
New upstream version 1.25.0+dfsg1
[rustc.git] / src / vendor / rayon / ci / highlander.sh
1 #!/bin/bash
2
3 DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
4
5 echo "INFO: There Can Be Only One!" >&2
6
7 if cargo build --manifest-path "$DIR/highlander/Cargo.toml"; then
8 echo "ERROR: we built with multiple rayon-core!" >&2
9 exit 1
10 fi
11
12 echo "PASS: using multiple rayon-core failed." >&2