Skip to content

Commit 69a3249

Browse files
committed
Temporarily disable cargo-hack due to glam minimum 1 feature requirement
1 parent 8c1f90e commit 69a3249

1 file changed

Lines changed: 15 additions & 14 deletions

File tree

.github/workflows/build.yml

Lines changed: 15 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -40,17 +40,18 @@ jobs:
4040
run: cargo test --all-targets --all-features
4141
- name: Run Integration Tests
4242
run: cargo test --all-targets --all-features -- --ignored --show-output --test-threads=1
43-
cargo-hack:
44-
name: cargo-hack
45-
runs-on: ubuntu-latest
46-
steps:
47-
- uses: actions/checkout@v4
48-
- name: Install Linux Dependencies
49-
run: sudo apt-get update && sudo apt-get install -y libdbus-1-dev
50-
- name: Setup Rust toolchain and cache
51-
uses: actions-rust-lang/setup-rust-toolchain@v1.9.0
52-
- name: Install cargo-hack
53-
uses: taiki-e/install-action@cargo-hack
54-
- name: Allow warnings in builds (for now)
55-
run: echo "RUSTFLAGS=" >> $GITHUB_ENV
56-
- run: cargo hack check --feature-powerset --no-dev-deps
43+
# Need to rethink this due to glam requiring at least one math lib feature to compile.
44+
# cargo-hack:
45+
# name: cargo-hack
46+
# runs-on: ubuntu-latest
47+
# steps:
48+
# - uses: actions/checkout@v4
49+
# - name: Install Linux Dependencies
50+
# run: sudo apt-get update && sudo apt-get install -y libdbus-1-dev
51+
# - name: Setup Rust toolchain and cache
52+
# uses: actions-rust-lang/setup-rust-toolchain@v1.9.0
53+
# - name: Install cargo-hack
54+
# uses: taiki-e/install-action@cargo-hack
55+
# - name: Allow warnings in builds (for now)
56+
# run: echo "RUSTFLAGS=" >> $GITHUB_ENV
57+
# - run: cargo hack check --feature-powerset --no-dev-deps

0 commit comments

Comments
 (0)