diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c46d4a8..9f022e9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,17 +12,18 @@ jobs: fail-fast: false matrix: target: - - os: linux - cpu: amd64 - - os: linux - cpu: i386 + # - os: linux + # cpu: amd64 + # - os: linux + # cpu: i386 - os: macos cpu: amd64 - - os: windows - cpu: amd64 + # - os: windows + # cpu: amd64 #- os: windows #cpu: i386 - branch: [version-1-6, version-2-0, devel] + # branch: [version-1-6, version-2-0, devel] + branch: [version-1-6] include: - target: os: linux diff --git a/config.nims b/config.nims index 37eb008..362656f 100644 --- a/config.nims +++ b/config.nims @@ -14,7 +14,7 @@ when fileExists("nimble.paths"): when defined(rocksdb_static_linking): #switch("gcc.linkerexe", "g++") # use the C++ linker profile because it's a C++ library - switch("clang.linkerexe", "o64-clang") # use the C++ linker profile because it's a C++ library + switch("clang.linkerexe", "o64-clang++") # use the C++ linker profile because it's a C++ library switch("dynlibOverride", "librocksdb.a") switch("dynlibOverride", "liblz4.a") switch("dynlibOverride", "libzstd.a")