Skip to content
This repository has been archived by the owner on Nov 5, 2024. It is now read-only.

Commit

Permalink
try building with older glibc
Browse files Browse the repository at this point in the history
  • Loading branch information
nvarner committed Sep 14, 2023
1 parent a8dbd4c commit 2c5a2e3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/full_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,22 +26,22 @@ jobs:
vs-code-target: win32-arm64
features: --no-default-features -F remote-packages,native-tls

- os: ubuntu-latest
- os: ubuntu-20.04
rust-target: x86_64-unknown-linux-gnu
vs-code-target: linux-x64
features:

- os: ubuntu-latest
- os: ubuntu-20.04
rust-target: aarch64-unknown-linux-gnu
vs-code-target: linux-arm64
features:

- os: ubuntu-latest
- os: ubuntu-20.04
rust-target: x86_64-unknown-linux-musl
vs-code-target: alpine-x64
features:

- os: ubuntu-latest
- os: ubuntu-20.04
rust-target: arm-unknown-linux-gnueabihf
vs-code-target: linux-armhf
features:
Expand Down

0 comments on commit 2c5a2e3

Please sign in to comment.