Skip to content

Commit

Permalink
Update CI and run nph.
Browse files Browse the repository at this point in the history
  • Loading branch information
bhartnett committed Jan 14, 2025
1 parent b87067c commit a14fd96
Show file tree
Hide file tree
Showing 3 changed files with 3,621 additions and 1,645 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -123,8 +123,3 @@ jobs:
nimble --version
nimble install -y
nimble test
# static linking is not supported on windows
if [[ "${{ matrix.target.os }}" != "windows" ]]; then
nimble test_static
fi
2 changes: 1 addition & 1 deletion rocksdb/lib/librocksdb.nim
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ else:
# {.passl: "-lshlwapi -lrpcrt4".}

if defined(windows):
{.push importc, dynlib: "librocksdb.so" .}
{.push importc, dynlib: "librocksdb.so".}

# Do I need importc for static lib?
include ./rocksdb_gen.nim
Loading

0 comments on commit a14fd96

Please sign in to comment.