Merge pull request #7 from waku-org/generate-sds

Add generate.go file

we need to perform the build of the native sds when "go generate ..." happens in status-go.
This commit is contained in:
Ivan FB 2025-08-21 13:46:19 +02:00 committed by GitHub
commit 48e2341b17
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

8
sds/generate.go Normal file
View File

@ -0,0 +1,8 @@
//go:build ignore
// +build ignore
package sds
// This file contains the go:generate directive for building SDS native code.
//go:generate sh -c "cd sds && make build"