Skip to content

Commit

Permalink
chore: release prep
Browse files Browse the repository at this point in the history
  • Loading branch information
YOU54F committed Aug 18, 2023
1 parent efc4d78 commit eee787b
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

env:
REPO: you54f/ruby-packer
PKG_DATE: 20230812
PKG_DATE: 20230818
NEXT_TAG: rel-$PKG_DATE
PUBLISH_BRANCH: ci_test
GITHUB_TOKEN: ENCRYPTED[0dbc5b1451b523311b9a9987d31c308598ce6ecd0aae8bf3e7b54613e2bfbde050d97845e951bf0153d9c402dc57d6a7]
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ on:
workflow_dispatch:
env:
REPO: you54f/ruby-packer
PKG_DATE: 20230812
NEXT_TAG: rel-20230812
PUBLISH_BRANCH: next
PKG_DATE: 20230818
NEXT_TAG: rel-20230818
PUBLISH_BRANCH: master
jobs:
make:
strategy:
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ on:
workflow_dispatch:
env:
REPO: you54f/ruby-packer
PKG_DATE: 20230812
NEXT_TAG: rel-20230812
PUBLISH_BRANCH: next
PKG_DATE: 20230818
NEXT_TAG: rel-20230818
PUBLISH_BRANCH: master
jobs:
make:
strategy:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: Windows
on:
push:
branches: [ master, ci_test ]
branches: [ ci_test ]
pull_request:
branches: [ master, ci_test ]
branches: [ ci_test ]
workflow_dispatch:
jobs:
make:
Expand Down
3 changes: 2 additions & 1 deletion download_vendors.sh
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,8 @@ rm -rf "vendor/libffi"
download_and_extract vendor libffi libffi-$LIBFFI_VERSION https://github.com/libffi/libffi/releases/download/v$LIBFFI_VERSION/libffi-$LIBFFI_VERSION.tar.gz

rm -rf "vendor/yaml"
download_and_extract vendor yaml yaml-$LIBYAML_VERSION https://pyyaml.org/download/libyaml/yaml-$LIBYAML_VERSION.tar.gz
# download_and_extract vendor yaml yaml-$LIBYAML_VERSION https://pyyaml.org/download/libyaml/yaml-$LIBYAML_VERSION.tar.gz # not available as https so get cert errors
download_and_extract vendor yaml yaml-$LIBYAML_VERSION https://github.com/yaml/libyaml/releases/download/$LIBYAML_VERSION/yaml-$LIBYAML_VERSION.tar.gz

rm -rf "vendor/openssl"
download_and_extract vendor openssl openssl-$OPENSSL_VERSION https://www.openssl.org/source/openssl-$OPENSSL_VERSION.tar.gz
Expand Down
2 changes: 1 addition & 1 deletion examples/pact/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ gem 'pact-provider-verifier', '1.36.1'
# gem 'ffi'
gem 'pact_broker', '2.107.1'
# gem 'pact-ffi', '0.0.3'
gem 'sucker_punch', git: 'https://github.com/pact-foundation/sucker_punch.git', ref: 'fix/rename-is-singleton-class-method-2'
# gem 'sucker_punch', git: 'https://github.com/pact-foundation/sucker_punch.git', ref: 'fix/rename-is-singleton-class-method-2'

## Native extension gems
gem 'nokogiri', '1.15.3', force_ruby_platform: true
Expand Down

0 comments on commit eee787b

Please sign in to comment.