Skip to content

Commit

Permalink
dynapi: order headers for reproducible behavior
Browse files Browse the repository at this point in the history
  • Loading branch information
madebr committed Dec 2, 2024
1 parent 2762644 commit ec2ef5f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/dynapi/gendynapi.py
Original file line number Diff line number Diff line change
Expand Up @@ -444,6 +444,9 @@ def get_header_list() -> list[Path]:
else:
logger.debug("Skip %s", f)

# Order headers for reproducible behavior
ret.sort()

return ret

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

0 comments on commit ec2ef5f

Please sign in to comment.