Skip to content

Commit ec2ef5f

Browse files
committed
dynapi: order headers for reproducible behavior
1 parent 2762644 commit ec2ef5f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/dynapi/gendynapi.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -444,6 +444,9 @@ def get_header_list() -> list[Path]:
444444
else:
445445
logger.debug("Skip %s", f)
446446

447+
# Order headers for reproducible behavior
448+
ret.sort()
449+
447450
return ret
448451

449452
# Write the new API in files: _procs.h _overrivides.h and .sym

0 commit comments

Comments
 (0)