Lines Matching refs:TARGET
10 TARGET="${1}"
55 --target "${TARGET}" \
57 rm "${CARGO_TARGET_DIR}/${TARGET}"/debug/main-*.d
58 cp "${CARGO_TARGET_DIR}/${TARGET}"/debug/main-* "${tmpdir}"/mount/libc-test
85 if [ "$TARGET" = "s390x-unknown-linux-gnu" ]; then
94 …if cargo test --no-default-features --manifest-path libc-test/Cargo.toml --target "${TARGET}" ${LI…
99 …if cargo test --manifest-path libc-test/Cargo.toml --target "${TARGET}" ${LIBC_CI_ZBUILD_STD+"-Zbu…
104 …if cargo test --features extra_traits --manifest-path libc-test/Cargo.toml --target "${TARGET}" ${…
113 --target "${TARGET}" ${LIBC_CI_ZBUILD_STD+"-Zbuild-std"}
115 …cargo test --manifest-path libc-test/Cargo.toml --target "${TARGET}" ${LIBC_CI_ZBUILD_STD+"-Zbuild…
118 --target "${TARGET}" ${LIBC_CI_ZBUILD_STD+"-Zbuild-std"}