Skip to content

Commit

Permalink
Downgrade gpgme to 1.19.0
Browse files Browse the repository at this point in the history
  • Loading branch information
4ydan committed Jul 8, 2023
1 parent 2e3b3e0 commit 970d5c8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,9 @@ task:
yaml-cpp \
zeromq
- > # Install downgraded gpgme version #4976
curl -L https://raw.githubusercontent.com/Homebrew/homebrew-core/fcc09354286d707de1c3b3a498571cbb978aed69/Formula/gpgme.rb > gpgme.rb && brew install gpgme.rb
- > # Try to install `checkbashisms` (The file server that hosts the package is unfortunately quite unreliable.)
brew install checkbashisms || >&2 printf 'Warning: Unable to install `checkbashims`\n'
- | # Start D-Bus session bus
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/macOS.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,6 @@ jobs:
doxygen \
flex \
glib \
gpgme \
gradle \
graphviz \
libev \
Expand Down Expand Up @@ -139,6 +138,9 @@ jobs:
brew install --cask adoptopenjdk
# Install downgraded gpgme version #4976
curl -L https://raw.githubusercontent.com/Homebrew/homebrew-core/fcc09354286d707de1c3b3a498571cbb978aed69/Formula/gpgme.rb > gpgme.rb && brew install gpgme.rb
# Try to install `checkbashisms` (The file server that hosts the package is unfortunately quite unreliable.)
brew install checkbashisms || >&2 printf 'Warning: Unable to install `checkbashims`\n'
Expand Down

0 comments on commit 970d5c8

Please sign in to comment.