Skip to content

Commit

Permalink
chore: Remove unnecessary installation of htslib and update OpenSSL d…
Browse files Browse the repository at this point in the history
…ependencies
  • Loading branch information
cauliyang committed Oct 27, 2023
1 parent abc36be commit 8bbcabf
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,6 @@ jobs:
HOMEBREW_NO_INSTALL_CLEANUP: 1 # Do not run brew cleanup automatically.
HOMEBREW_NO_INSTALLED_DEPENDENTS_CHECK: 1 # Do not automatically update packages.
run: |
brew install htslib
brew install openssl@3
ln -sf $(brew --prefix openssl)/include/openssl /usr/local/include/openssl
ln -sf $(brew --prefix openssl)/lib/*a /usr/local/lib/
Expand Down Expand Up @@ -200,7 +199,6 @@ jobs:
HOMEBREW_NO_INSTALL_CLEANUP: 1 # Do not run brew cleanup automatically.
HOMEBREW_NO_INSTALLED_DEPENDENTS_CHECK: 1 # Do not automatically update packages.
run: |
brew install htslib
brew install openssl@3
ln -sf $(brew --prefix openssl)/include/openssl /usr/local/include/openssl
ln -sf $(brew --prefix openssl)/lib/*a /usr/local/lib/
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,7 @@ update_changelog_on_bump = true
major_version_zero = true

[tool.cibuildwheel.linux]
before-all = "yum install -y openssl-devel zlib-devel bzip2-devel xz-devel && curl -L https://github.com/samtools/htslib/releases/download/1.18/htslib-1.18.tar.bz2 | tar xj && cd htslib-1.18 && ./configure && make && make install"
before-all = "yum install -y openssl-devel xz-devel"
test-requires = "pytest"
test-command = "pytest {project}/tests -vls -m imports"

Expand Down

0 comments on commit 8bbcabf

Please sign in to comment.