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

fix db/rocksdb build and CI #10472

Closed
4 tasks
robert-zaremba opened this issue Oct 30, 2021 · 0 comments · Fixed by #10479
Closed
4 tasks

fix db/rocksdb build and CI #10472

robert-zaremba opened this issue Oct 30, 2021 · 0 comments · Fixed by #10479
Assignees

Comments

@robert-zaremba
Copy link
Collaborator

Summary of Bug

when testing /db/rocksdb we have rocksdb build errors:

CGO_CFLAGS="-I/usr/include/rocksdb" CGO_LDFLAGS="-L/usr/lib/rocksdb -lrocksdb -lstdc++ -lm -lz -lbz2 -lsnappy -llz4 -lzstd"  go test .           
# github.com/tecbot/gorocksdb
/home/robert/go/pkg/mod/github.com/roysc/[email protected]/transactiondb.go:255:17: could not determine kind of name for C.rocksdb_optimistictransactiondb_checkpoint_object_create
/home/robert/go/pkg/mod/github.com/roysc/[email protected]/transactiondb.go:208:12: could not determine kind of name for C.rocksdb_optimistictransactiondb_property_value
/home/robert/go/pkg/mod/github.com/roysc/[email protected]/transactiondb.go:236:2: could not determine kind of name for C.rocksdb_optimistictransactiondb_write
/home/robert/go/pkg/mod/github.com/roysc/[email protected]/transactiondb.go:59:12: could not determine kind of name for C.rocksdb_transactiondb_property_value
FAIL    github.com/cosmos/cosmos-sdk/db/rocksdb [build failed]

This blocks all PRs related to /db/rocksdb (CI is trying to run them).

Possible workaround: ignore db/rocksdb in tests.


For Admin Use

  • Not duplicate issue
  • Appropriate labels applied
  • Appropriate contributors tagged
  • Contributor assigned/self-assigned
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant