We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9da5643 commit 41fb98aCopy full SHA for 41fb98a
.github/workflows/rustls-rustcrypto.yml
@@ -63,6 +63,8 @@ jobs:
63
with:
64
toolchain: ${{ matrix.rust }}
65
targets: ${{ matrix.target }}
66
+ - env:
67
+ RUSTFLAGS: --cfg getrandom_backend="unsupported"
68
- run: cargo build --no-default-features --features tls12,alloc --release --target ${{ matrix.target }}
69
70
test:
0 commit comments