| dbs added a comment. |
git has been bumped in alpine:3.7 to git-2.15.3-r0, that's the source of the current problem. So it could be resolved by shifting to:
apk --no-cache add --virtual build-dependencies ca-certificates~=20171114-r0 git~=2.15.2-r0 nodejs~=8.9.3-r1 jq~=1.5-r5
but that's likely to be fragile and will break with the next upstream change. The following does work:
apk --no-cache add --virtual build-dependencies ca-certificates=\<20190101 git=\<2.16.0 nodejs=\<8.10.0 jq=\<1.6
TASK DETAIL
EMAIL PREFERENCES
To: dbs
Cc: Addshore, Aklapper, dbs, Nandana, Lahi, Gq86, GoranSMilovanovic, QZanden, Gstupp, LawExplorer, Abbe98, Jonas, Wikidata-bugs, aude, Lydia_Pintscher, Mbch331
Cc: Addshore, Aklapper, dbs, Nandana, Lahi, Gq86, GoranSMilovanovic, QZanden, Gstupp, LawExplorer, Abbe98, Jonas, Wikidata-bugs, aude, Lydia_Pintscher, Mbch331
_______________________________________________ Wikidata-bugs mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs
