Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

use Debian image for Dockerfile to fix build #5

Merged
merged 1 commit into from
Mar 12, 2024
Merged

Conversation

jakubgs
Copy link
Member

@jakubgs jakubgs commented Mar 12, 2024

Otherwise it fails with:

vendor/github.com/status-im/status-go/api/multiformat/utils.go:134:19: undefined: secp256k1.CompressPubkey
vendor/github.com/status-im/status-go/api/multiformat/utils.go:186:20: undefined: secp256k1.DecompressPubkey
vendor/github.com/status-im/status-go/protocol/identity/utils.go:72:19: undefined: secp256k1.CompressPubkey
vendor/github.com/status-im/status-go/sqlite/sqlite.go:171:22: conn.Exec undefined (type *sqlite3.SQLiteConn has no field or method Exec)
vendor/github.com/status-im/status-go/sqlite/sqlite.go:175:22: conn.Exec undefined (type *sqlite3.SQLiteConn has no field or method Exec)
vendor/github.com/status-im/status-go/sqlite/sqlite.go:183:22: conn.Exec undefined (type *sqlite3.SQLiteConn has no field or method Exec)
vendor/github.com/status-im/status-go/sqlite/sqlite.go:187:22: conn.Exec undefined (type *sqlite3.SQLiteConn has no field or method Exec)
vendor/github.com/status-im/status-go/sqlite/sqlite.go:192:22: conn.Exec undefined (type *sqlite3.SQLiteConn has no field or method Exec)
vendor/github.com/status-im/status-go/sqlite/sqlite.go:197:22: conn.Exec undefined (type *sqlite3.SQLiteConn has no field or method Exec)
vendor/github.com/status-im/status-go/sqlite/sqlite.go:202:22: conn.Exec undefined (type *sqlite3.SQLiteConn has no field or method Exec)
vendor/github.com/status-im/status-go/sqlite/sqlite.go:207:22: conn.Exec undefined (type *sqlite3.SQLiteConn has no field or method Exec)
vendor/github.com/status-im/status-go/eth-node/crypto/gethcrypto.go:206:19: undefined: secp256k1.RecoverPubkey
vendor/github.com/status-im/status-go/eth-node/crypto/gethcrypto.go:222:20: undefined: secp256k1.DecompressPubkey
vendor/github.com/status-im/status-go/eth-node/crypto/gethcrypto.go:231:19: undefined: secp256k1.CompressPubkey
vendor/github.com/waku-org/go-zerokit-rln/rln/serialize.go:14:16: undefined: appendLength
vendor/github.com/waku-org/go-zerokit-rln/rln/serialize.go:28:16: undefined: appendLength
vendor/github.com/waku-org/go-waku/waku/v2/protocol/relay/validators.go:125:20: undefined: secp256k1.VerifySignature
vendor/github.com/waku-org/go-waku/waku/v2/protocol/relay/validators.go:132:25: undefined: secp256k1.Sig

Otherwise it fails with:
```
vendor/github.com/status-im/status-go/api/multiformat/utils.go:134:19: undefined: secp256k1.CompressPubkey
vendor/github.com/status-im/status-go/api/multiformat/utils.go:186:20: undefined: secp256k1.DecompressPubkey
vendor/github.com/status-im/status-go/protocol/identity/utils.go:72:19: undefined: secp256k1.CompressPubkey
vendor/github.com/status-im/status-go/sqlite/sqlite.go:171:22: conn.Exec undefined (type *sqlite3.SQLiteConn has no field or method Exec)
vendor/github.com/status-im/status-go/sqlite/sqlite.go:175:22: conn.Exec undefined (type *sqlite3.SQLiteConn has no field or method Exec)
vendor/github.com/status-im/status-go/sqlite/sqlite.go:183:22: conn.Exec undefined (type *sqlite3.SQLiteConn has no field or method Exec)
vendor/github.com/status-im/status-go/sqlite/sqlite.go:187:22: conn.Exec undefined (type *sqlite3.SQLiteConn has no field or method Exec)
vendor/github.com/status-im/status-go/sqlite/sqlite.go:192:22: conn.Exec undefined (type *sqlite3.SQLiteConn has no field or method Exec)
vendor/github.com/status-im/status-go/sqlite/sqlite.go:197:22: conn.Exec undefined (type *sqlite3.SQLiteConn has no field or method Exec)
vendor/github.com/status-im/status-go/sqlite/sqlite.go:202:22: conn.Exec undefined (type *sqlite3.SQLiteConn has no field or method Exec)
vendor/github.com/status-im/status-go/sqlite/sqlite.go:207:22: conn.Exec undefined (type *sqlite3.SQLiteConn has no field or method Exec)
vendor/github.com/status-im/status-go/eth-node/crypto/gethcrypto.go:206:19: undefined: secp256k1.RecoverPubkey
vendor/github.com/status-im/status-go/eth-node/crypto/gethcrypto.go:222:20: undefined: secp256k1.DecompressPubkey
vendor/github.com/status-im/status-go/eth-node/crypto/gethcrypto.go:231:19: undefined: secp256k1.CompressPubkey
vendor/github.com/waku-org/go-zerokit-rln/rln/serialize.go:14:16: undefined: appendLength
vendor/github.com/waku-org/go-zerokit-rln/rln/serialize.go:28:16: undefined: appendLength
vendor/github.com/waku-org/go-waku/waku/v2/protocol/relay/validators.go:125:20: undefined: secp256k1.VerifySignature
vendor/github.com/waku-org/go-waku/waku/v2/protocol/relay/validators.go:132:25: undefined: secp256k1.Sig
```

Signed-off-by: Jakub Sokołowski <jakub@status.im>
@jakubgs jakubgs requested a review from endulab March 12, 2024 12:24
@jakubgs jakubgs self-assigned this Mar 12, 2024
@jakubgs jakubgs merged commit 03d4901 into waku2 Mar 12, 2024
0 of 4 checks passed
@jakubgs jakubgs deleted the dockerfile-fix branch March 12, 2024 20:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants