Skip to content

Commit 12a56ae

Browse files
FIXME temporarily add sanity check excuse for avro-cpp
1 parent 4f4a94b commit 12a56ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/sanity_checks.py

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

0 commit comments

Comments
 (0)