Skip to content

Commit 7285c04

Browse files
fix(cli): Add extra args to mksquashfs to deterministic files
Co-authored-by: Enderson Maia <endersonmaia@gmail.com>
1 parent cb12f9d commit 7285c04

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

.changeset/slimy-carrots-change.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@cartesi/cli": patch
3+
---
4+
5+
make sqhashfs drive deterministic

apps/cli/src/exec/mksquashfs.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ export const requiredVersion: Range = new Range("^4.5.1");
88
const baseArgs = () => [
99
"-all-time",
1010
"0",
11+
"-mkfs-time",
12+
"0",
1113
"-all-root", // XXX: should we use this?
1214
"-noappend",
1315
"-comp",

0 commit comments

Comments
 (0)