Skip to content

Commit

Permalink
test: system threads
Browse files Browse the repository at this point in the history
  • Loading branch information
YOU54F authored Aug 22, 2024
1 parent 68ff6ab commit 6fd26e2
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion lib/pact/ffi/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module Pact
module Version
VERSION = '0.4.22.2'
VERSION = '0.4.33.2'
end
end
2 changes: 1 addition & 1 deletion script/lib/download-ffi-only-os-dependant.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ require_binary gunzip

require_env_var FFI_VERSION

BASEURL=https://github.com/pact-foundation/pact-reference/releases/download
BASEURL=https://github.com/yousaf/pact-reference/releases/download
FFI_DIR="ffi"

# if [[ $(find "${FFI_DIR}" -name "${FFI_VERSION}*") ]]; then
Expand Down
2 changes: 1 addition & 1 deletion script/lib/download-ffi.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ require_binary gunzip

require_env_var FFI_VERSION

BASEURL=https://github.com/pact-foundation/pact-reference/releases/download
BASEURL=https://github.com/yousaf/pact-reference/releases/download
FFI_DIR="ffi"

warn "Cleaning ffi directory $FFI_DIR"
Expand Down
2 changes: 1 addition & 1 deletion script/lib/export-binary-versions.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash -eu
LIB_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")"; pwd)" # Figure out where the script is running
PROJECT_DIR="${LIB_DIR}"/../../
export FFI_VERSION=v0.4.22
export FFI_VERSION=v0.4.33
export STANDALONE_VERSION=2.4.3
export PLUGIN_CLI_VERSION=v0.1.2
export VERIFIER_CLI_VERSION=v1.1.2
Expand Down

0 comments on commit 6fd26e2

Please sign in to comment.