Skip to content

Commit

Permalink
Just build MacOS for now. Use clang++.
Browse files Browse the repository at this point in the history
  • Loading branch information
bhartnett committed Mar 21, 2024
1 parent f22c6e2 commit 834d8dd
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 8 deletions.
15 changes: 8 additions & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion config.nims
Original file line number Diff line number Diff line change
Expand Up @@ -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")

0 comments on commit 834d8dd

Please sign in to comment.