ソースを参照

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:
             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