Skip to content

Commit

Permalink
bionic downaloads test libzim
Browse files Browse the repository at this point in the history
  • Loading branch information
rgaudin committed Jul 31, 2023
1 parent cde46ff commit 4035afc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -197,6 +197,8 @@ def _download_and_extract(self, filename: str) -> pathlib.Path:
source_url = "http://download.openzim.org/release/libzim"
if self.is_nightly:
source_url = f"http://download.openzim.org/nightly/{self.libzim_dl_version}"
if self.platform == "Linux" and not self.is_musl:
source_url = "http://tmp.kiwix.org/ci"
url = f"{source_url}/{fpath.name}"

# download a local copy if none present
Expand Down

0 comments on commit 4035afc

Please sign in to comment.