I'm pretty sure you were using the latest commit from zm-build's develop branch.I had the same issue with last version (10.0.6).
Make sure to use the closest zm-build tag for your version to build correctly.
E.g.
Code:
git clone --depth 1 --branch 10.0.6 git@github.com:Zimbra/zm-build.git
Code:
git clone --depth 1 git@github.com:Zimbra/zm-build.git
That additional git repo must have a tag similar to 10.1.0. The build fails because the new repo does not have any of the tags in your default tag list (
Code:
10.0.6,10.0.5,10.0.4,10.0.3,10.0.2,10.0.1,10.0.0-GA,10.0.0
If you stick to 10.0.6 zm-build's tag there is not a new repo and everything should build as expected.
Statistics: Posted by adrian.gibanel.btactic — Fri Feb 02, 2024 3:52 pm