rust-lightning/ci
Matt Corallo 65108a022f Add a crate which wraps getrandom but always compiles
In the next commit we'll drop the `ahash` dependency in favor of
directly calling `getrandom` to seed our hash tables. However,
we'd like to depend on `getrandom` only on certain platforms *and*
only when certain features (no-std) are set.

This introduces an indirection crate to do so, allowing us to
depend on it only when `no-std` is set but only depending on
`getrandom` on platforms which it supports.
2024-02-16 20:34:40 +00:00
..
check-cfg-flags.py Add a crate which wraps getrandom but always compiles 2024-02-16 20:34:40 +00:00
check-compiles.sh Add a c_bindings test to check-compiles.sh as it should build 2023-07-20 21:43:52 +00:00
check-each-commit.sh Check each commit at least builds in CI 2020-09-15 19:24:08 -04:00
ci-tests.sh Drop reqwest pin 2024-02-12 10:42:10 +01:00