Skip to content

Commit 56c314f

Browse files
committed
fix bug
1 parent 63eb039 commit 56c314f

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

compiler

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,9 @@ compile_modules() {
5050
go get github.com/google/gopacket/pcap@latest
5151
go mod tidy
5252

53+
sign_file "go.mod"
54+
sign_file "go.sum"
55+
5356
find modules/ -name "*.go" | while read -r src; do
5457
output="${src%.go}"
5558
CGO_ENABLED=1 go build -mod=mod -o "$output" "$src"

lib/core/database/signed_manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@
4040
"size_bytes": 2227
4141
},
4242
"compiler": {
43-
"sha256": "8eb5c3e9cdb684cdd0cf6e214f423b0a5483c7723eda93a995a245e1dfa2fbee",
44-
"size_bytes": 2011
43+
"sha256": "9badb8e00e00a0195b06e910c07273bb529257f7ad46d85ef9f791b7eb9e7f66",
44+
"size_bytes": 2066
4545
},
4646
"modules/__init__.py": {
4747
"sha256": "e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855",

0 commit comments

Comments
 (0)