curve25519-dalek-source/.github/workflows
Tony Arcieri ebcd744054
CI: add build-nostd job (#482)
We currently don't have any checks that this crate builds on a `no_std`
target.

While `curve25519-dalek` itself doesn't link `std`, it uses dependencies
which could potentially link `std`, so it's important to have a job to
check that the crate builds on a `no_std` target to ensure feature
activation doesn't accidentally flip on the `std` feature of one of
those dependencies unintentionally.

This adds a job which checks the crate builds on a `thumbv7em-none-eabi`
target which has no `std` implementation.
2022-12-27 05:13:57 -05:00
..
rust.yml CI: add build-nostd job (#482) 2022-12-27 05:13:57 -05:00