Skip to content

Commit df27125

Browse files
committed
use built artifact
1 parent 876da01 commit df27125

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

libs/native/libraries/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ configurations {
1919
}
2020

2121
var zstdVersion = "1.5.5"
22-
var vecVersion = "1.0.11"
22+
var vecVersion = "1.0.12"
2323

2424
repositories {
2525
exclusiveContent {
@@ -52,7 +52,7 @@ dependencies {
5252
libs "org.elasticsearch:zstd:${zstdVersion}:linux-aarch64"
5353
libs "org.elasticsearch:zstd:${zstdVersion}:linux-x86-64"
5454
libs "org.elasticsearch:zstd:${zstdVersion}:windows-x86-64"
55-
// libs "org.elasticsearch:vec:${vecVersion}@zip" // temporarily comment this out, if testing a locally built native lib
55+
libs "org.elasticsearch:vec:${vecVersion}@zip" // temporarily comment this out, if testing a locally built native lib
5656
}
5757

5858
def extractLibs = tasks.register('extractLibs', Copy) {

libs/simdvec/native/publish_vec_binaries.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ if [ -z "$ARTIFACTORY_API_KEY" ]; then
2020
exit 1;
2121
fi
2222

23-
VERSION="1.0.11"
23+
VERSION="1.0.12"
2424
ARTIFACTORY_REPOSITORY="${ARTIFACTORY_REPOSITORY:-https://artifactory.elastic.dev/artifactory/elasticsearch-native/}"
2525
TEMP=$(mktemp -d)
2626

0 commit comments

Comments
 (0)