mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-28 13:57:48 +00:00
Verify ROM hashes for all CI test projects (#1384)
Ucity and Libbet build files in a nondeterministic order, which we have to patch to sort consistently for reproducible builds.
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
diff --git a/makefile b/makefile
|
||||
index 6513518..35826eb 100644
|
||||
index 6513518..ba14638 100644
|
||||
--- a/makefile
|
||||
+++ b/makefile
|
||||
@@ -85,10 +85,10 @@ $(title).gb: $(objlisto)
|
||||
@@ -15,3 +15,12 @@ index 6513518..35826eb 100644
|
||||
|
||||
# Files that will be included with incbin
|
||||
|
||||
@@ -108,7 +108,7 @@ obj/gb/sgb.o: \
|
||||
|
||||
# Local variable allocation
|
||||
|
||||
-obj/gb/localvars.z80: tools/savescan.py $(wildcard src/*.z80)
|
||||
+obj/gb/localvars.z80: tools/savescan.py $(sort $(wildcard src/*.z80))
|
||||
$(PY) $^ -o $@
|
||||
|
||||
# Graphics conversion
|
||||
|
||||
Reference in New Issue
Block a user