Skip to content

Commit e1bd277

Browse files
committed
remove x32 support
1 parent c33b1fe commit e1bd277

File tree

1 file changed

+0
-18
lines changed

1 file changed

+0
-18
lines changed

.github/workflows/2-tests.yml

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -20,21 +20,3 @@ jobs:
2020
run: cargo test --workspace --release --verbose
2121
- name: Run no_std tests
2222
run: cargo test --workspace --release --verbose --no-default-features --features random,serde
23-
24-
build-and-test-x32:
25-
26-
runs-on: ubuntu-20.04
27-
28-
env:
29-
DEP_GMP_LIMB_BITS: 32
30-
31-
steps:
32-
- uses: actions/checkout@v3
33-
- name: Install dependencies
34-
run: sudo dpkg --add-architecture i386 && sudo apt-get update && sudo apt-get install -y gcc-multilib g++-multilib
35-
- name: Add 32 bit toolchain
36-
run: rustup toolchain install stable-i686-unknown-linux-gnu && rustup default stable-i686-unknown-linux-gnu
37-
- name: Run tests
38-
run: cargo test --workspace --release --verbose
39-
- name: Run no_std tests
40-
run: cargo test --workspace --release --verbose --no-default-features --features random,serde

0 commit comments

Comments
 (0)