File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed
src/java/datalevin/dtlvnative Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 40
40
task :
41
41
macos_instance :
42
42
image : ghcr.io/cirruslabs/macos-runner:sonoma
43
- only_if : $CIRRUS_TAG != ''
44
- # only_if: "changesInclude('macosx-arm64/*', '.cirrus.yml')"
43
+ # only_if: $CIRRUS_TAG != ''
44
+ only_if : " changesInclude('macosx-arm64/*', '.cirrus.yml')"
45
45
script : |
46
46
git submodule init
47
47
git submodule update
Original file line number Diff line number Diff line change 1
- (defproject org.clojars.huahaiy /dtlvnative-linux-arm64 " 0.11.0 "
1
+ (defproject org.clojars.huahaiy /dtlvnative-linux-arm64 " 0.11.1 "
2
2
:description " Native dependency of embedded library version of Datalevin on Linux Arm64"
3
3
:url " https://github.com/juji-io/dtlvnative"
4
4
:license {:name " EPL-2.0 OR GPL-2.0-or-later WITH Classpath-exception-2.0"
Original file line number Diff line number Diff line change 1
- (defproject org.clojars.huahaiy /dtlvnative-macosx-arm64 " 0.11.0 "
1
+ (defproject org.clojars.huahaiy /dtlvnative-macosx-arm64 " 0.11.1 "
2
2
:description " Native dependency of embedded library version of Datalevin on Apple Silicon"
3
3
:url " https://github.com/juji-io/dtlvnative"
4
4
:license {:name " EPL-2.0 OR GPL-2.0-or-later WITH Classpath-exception-2.0"
Original file line number Diff line number Diff line change 10
10
"../../src/" },
11
11
include = {"lmdb.h" , "dtlv.h" },
12
12
// preloadpath = {"."},
13
- preload = {"lmdb" , "dtlv" },
13
+ preload = {"lmdb" },
14
14
linkpath = {"../../src/" },
15
- link = {"DTLV " }
15
+ link = {"dtlv " }
16
16
),
17
17
target = "datalevin.dtlvnative.DTLV"
18
18
)
You can’t perform that action at this time.
0 commit comments