Skip to content

Commit 84d1a45

Browse files
committed
fixup! testing with 2023-04-19 for bionic hack
1 parent 441f99a commit 84d1a45

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,8 @@ def _download_and_extract(self, filename: str) -> pathlib.Path:
200200
if self.is_nightly:
201201
source_url = f"http://download.openzim.org/nightly/{self.libzim_dl_version}"
202202
# TODO: remove once merged
203-
source_url = "https://tmp.kiwix.org/ci/libzim_bionic"
203+
if "bionic" in fpath.name:
204+
source_url = "https://tmp.kiwix.org/ci/libzim_bionic"
204205
url = f"{source_url}/{fpath.name}"
205206

206207
# download a local copy if none present

0 commit comments

Comments
 (0)