Skip to content

Commit

Permalink
small fix
Browse files Browse the repository at this point in the history
  • Loading branch information
evgeniy-scherbina committed Aug 31, 2023
1 parent 9e44371 commit 4586e9b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/kava/opendb/run.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
CGO_CFLAGS="-I/opt/homebrew/opt/rocksdb/include" \
CGO_LDFLAGS="-L/opt/homebrew/opt/rocksdb/lib -lrocksdb -lstdc++ -lm -lz -L/opt/homebrew/opt/snappy/lib -L/opt/homebrew/opt/lz4/lib -L/opt/homebrew/opt/zstd/lib" \
go test -v -tags=rocksdb -run=TestStatsLoader
go test -v -tags=rocksdb
3 changes: 3 additions & 0 deletions cmd/kava/opendb/stats_loader_test.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
//go:build rocksdb
// +build rocksdb

package opendb

import (
Expand Down

0 comments on commit 4586e9b

Please sign in to comment.