Skip to content

Commit

Permalink
Uses ubuntu-20.04 for compiling on Linux with older GLIBC versions.
Browse files Browse the repository at this point in the history
  • Loading branch information
cutsoy committed Jan 16, 2023
1 parent 8f43c89 commit 284f9a8
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/cd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,18 +29,18 @@ jobs:
arch: arm64
npm_config_arch: arm
target: "aarch64-pc-windows-msvc"
- os: ubuntu-latest
- os: ubuntu-20.04
platform: linux
arch: x64
npm_config_arch: x64
target: "x86_64-unknown-linux-gnu"
- os: ubuntu-latest
- os: ubuntu-20.04
platform: linux
arch: arm64
npm_config_arch: arm64
target: "aarch64-unknown-linux-gnu"
gcc: "gcc-aarch64-linux-gnu"
- os: ubuntu-latest
- os: ubuntu-20.04
platform: linux
arch: armhf
npm_config_arch: arm
Expand Down Expand Up @@ -78,6 +78,9 @@ jobs:
- name: Install GCC ${{ matrix.gcc }}
run: sudo apt-get install ${{ matrix.gcc }}
if: ${{ matrix.gcc }}
- name: Print GLIBC version
run: ldd --version
if: runner.os == 'Linux'
- name: Install cargo-edit
run: cargo install cargo-edit
- name: Update crate versions
Expand Down

0 comments on commit 284f9a8

Please sign in to comment.