Skip to content

Commit 07e4949

Browse files
committed
ci: bring back bare metal OS builds
1 parent b840ddb commit 07e4949

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

.cargo/config.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
[target.'cfg(target_os = "none")']
2+
rustflags = ['--cfg', 'getrandom_backend="unsupported"']

.github/workflows/rustls-rustcrypto.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,8 @@ jobs:
5454
- 1.85.0 # MSRV
5555
- stable
5656
target:
57-
# - armv7a-none-eabi
58-
# - thumbv7em-none-eabi
57+
- armv7a-none-eabi # Actually requires a custom backend
58+
- thumbv7em-none-eabi # Actually requires a custom backend
5959
- wasm32-unknown-unknown
6060
steps:
6161
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)