소스 검색

dynapi: order headers for reproducible behavior

Anonymous Maarten 10 달 전
부모
커밋
ec2ef5f9b5
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  1. 3 0
      src/dynapi/gendynapi.py

+ 3 - 0
src/dynapi/gendynapi.py

@@ -444,6 +444,9 @@ def get_header_list() -> list[Path]:
         else:
         else:
             logger.debug("Skip %s", f)
             logger.debug("Skip %s", f)
 
 
+    # Order headers for reproducible behavior
+    ret.sort()
+
     return ret
     return ret
 
 
 # Write the new API in files: _procs.h _overrivides.h and .sym
 # Write the new API in files: _procs.h _overrivides.h and .sym