Skip to content

Commit f87bb96

Browse files
committed
Make euclid build without libm
1 parent 2500741 commit f87bb96

19 files changed

+831
-772
lines changed

.github/workflows/main.yml

+8-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
features: --features unstable
3030
- version: nightly
3131
features: --features unstable,serde
32-
32+
3333
steps:
3434
- uses: actions/checkout@v4
3535

@@ -46,6 +46,13 @@ jobs:
4646
env:
4747
RUST_BACKTRACE: 1
4848

49+
minimal-no-std:
50+
name: Check that no-std builds (with a reduced featureset) without libm
51+
runs-on: ubuntu-latest
52+
steps:
53+
- uses: actions/checkout@v4
54+
- run: cargo check --no-default-features
55+
4956
fmt:
5057
name: Check code formatting
5158
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)