Skip to content

Commit f1fa5ae

Browse files
FIXME temporarily add sanity check excuse for avro-cpp
1 parent f909c7b commit f1fa5ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/sanity_checks.py

100755100644
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -428,7 +428,7 @@ def check_source_url(self, name: str, wrap_section: configparser.SectionProxy, v
428428
segs = version.split('.')
429429
self.assertEqual(len(segs), 3)
430430
version = segs[0] + segs[1] + segs[2]
431-
elif name in {'netstring-c', 'directxmath', 'luajit'}:
431+
elif name in {"netstring-c", "directxmath", "luajit", "avro-cpp"}:
432432
# There is no specific version for netstring-c
433433
# DirectXMath source url contains only tag name without version
434434
# LuaJIT source URL does not contain the version number.

0 commit comments

Comments
 (0)