Skip to content

Commit

Permalink
chore: Upgrade FFI to 0.3.8
Browse files Browse the repository at this point in the history
This version of ffi on Linux only needs glibc 2.24 to run, which should
make us more compatible across a larger set of Linux distributions.
  • Loading branch information
omajid committed Aug 19, 2022
1 parent ec337cc commit 8767304
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/download-native-libs.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env bash
set -euo pipefail

FFI_VERSION="0.3.5"
FFI_VERSION="0.3.8"
FFI_BASE_URL="https://github.com/pact-foundation/pact-reference/releases/download/libpact_ffi-v$FFI_VERSION"

GREEN="\e[32m"
Expand Down

0 comments on commit 8767304

Please sign in to comment.