We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c03f3ab commit dfc389fCopy full SHA for dfc389f
.github/workflows/build.yml
@@ -1,11 +1,11 @@
1
name: Build
2
3
-# on: push
+on: push
4
5
-on:
6
- release:
7
- types:
8
- - created
+# on:
+# release:
+# types:
+# - created
9
10
jobs:
11
build:
@@ -55,9 +55,12 @@ jobs:
55
56
cd macosx-x86_64
57
lein run
58
- lein deploy clojars
+ # lein deploy clojars
59
60
linux: |
61
+ export CC=/usr/bin/gcc-12
62
+ export CXX=/usr/bin/g++-12
63
+
64
mkdir -p linux-x86_64/resources/datalevin/dtlvnative/linux-x86_64
65
mkdir -p src/java/datalevin/dtlvnative/linux-x86_64
66
@@ -75,4 +78,4 @@ jobs:
75
78
76
79
cd linux-x86_64
77
80
81
0 commit comments