Skip to content

Commit 6de2b13

Browse files
committed
Include creationtime in witness output
This is strictly enforced by the witness linter.
1 parent e7dbb20 commit 6de2b13

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tool-wrapper.inc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,8 @@ process_graphml()
101101
<data key=\"specification\">$(<$PROP_FILE)<\/data>
102102
<data key=\"programfile\">$(echo ${BM[0]} | sed 's8/8\\/8g')<\/data>
103103
<data key=\"programhash\">$(sha1sum ${BM[0]} | awk '{print $1}')<\/data>
104-
<data key=\"architecture\">${BIT_WIDTH}bit<\/data>\\Q/"
104+
<data key=\"architecture\">${BIT_WIDTH}bit<\/data>
105+
<data key=\"creationtime\">$(date -Iseconds)<\/data>\\Q/"
105106
fi
106107
}
107108

0 commit comments

Comments
 (0)