Searched +full:thumbv7neon +full:- +full:unknown +full:- +full:linux +full:- +full:gnueabihf (Results 1 – 2 of 2) sorted by relevance
8 set -ex18 rustup component add rust-src32 until [ $n -ge $N ]34 if rustup target add "${TARGET}" --toolchain "${RUST}" ; then44 cargo "+${RUST}" "${BUILD_CMD}" -vv --no-default-features --target "${TARGET}"46 # FIXME: With `build-std` feature, `compiler_builtins` emits a lof of lint warnings.47 RUSTFLAGS="-A improper_ctypes_definitions" cargo "+${RUST}" "${BUILD_CMD}" \48 -Z build-std=core,alloc -vv --no-default-features --target "${TARGET}"53 cargo "+${RUST}" "${BUILD_CMD}" -vv --target "${TARGET}"55 RUSTFLAGS="-A improper_ctypes_definitions" cargo "+${RUST}" "${BUILD_CMD}" \[all …]
6 - main13 runs-on: ubuntu-latest15 - uses: actions/checkout@v318 - uses: ./.github/actions/install-rust21 - run: cargo fmt --all -- --check25 runs-on: ${{ matrix.os }}30 - build: stable31 os: ubuntu-latest33 - build: nightly34 os: ubuntu-latest[all …]