Skip to content

Commit 9272536

Browse files
committed
ci: test targeting old glibc
1 parent 96bd2eb commit 9272536

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/ci.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,14 @@ jobs:
5757
RUSTFLAGS: '-D warnings --cfg tokio_unstable' # also update .cargo/config.toml
5858

5959
- run: cargo test
60+
if: ${{ matrix.os != 'ubuntu-latest' }}
61+
62+
- name: Install cargo-zigbuild
63+
if: ${{ matrix.os == 'ubuntu-latest' }}
64+
run: pip install cargo-zigbuild
65+
66+
- run: cargo-zigbuild test --target x86_64-unknown-linux-gnu.2.14
67+
if: ${{ matrix.os == 'ubuntu-latest' }}
6068

6169
lint:
6270
name: Lint

0 commit comments

Comments
 (0)