Revert "WIP Use windows branch on windows CI"
This reverts commit 05fc3b409c
.
This was a temporary commit to make the PR compile with a dev branch of libzim.
Now PR on libzim is merged. We must remove this commit.
This commit is contained in:
parent
e408b5b1ca
commit
e31147c7e5
|
@ -10,13 +10,6 @@ class Libzim(Dependency):
|
|||
git_remote = "https://github.com/openzim/libzim.git"
|
||||
git_dir = "libzim"
|
||||
|
||||
@property
|
||||
def git_ref(self):
|
||||
if neutralEnv("distname") == "Windows":
|
||||
return "libzim_github_ci_windows"
|
||||
else:
|
||||
return "main"
|
||||
|
||||
class Builder(MesonBuilder):
|
||||
test_options = ["-t", "8"]
|
||||
strip_options = []
|
||||
|
|
Loading…
Reference in New Issue