File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 9
9
TILEDBPY_VERSION : 0.24.0
10
10
# NOTE: *must* update both LIBTILEDB_VERSION and LIBTILEDB_SHA
11
11
LIBTILEDB_VERSION : 2.18.0
12
- LIBTILEDB_SHA : 71ca8b4ddc615e2ad124fb76427df65667850e5e
12
+ LIBTILEDB_SHA : 92172291fe00753e1eca828bd488219d01dfc593
13
13
LIBTILEDB_REPO : https://github.com/TileDB-Inc/TileDB
14
14
TILEDB_SRC : " $(Build.Repository.Localpath)/tiledb_src"
15
15
TILEDB_BUILD : " $(Build.Repository.Localpath)/tiledb_build"
Original file line number Diff line number Diff line change 20
20
# - this is for builds-from-source
21
21
# - release builds are controlled by `misc/azure-release.yml`
22
22
# - this should be set to the current core release, not `dev`
23
- TILEDB_VERSION = "2.18.0 "
23
+ TILEDB_VERSION = "release- 2.18"
24
24
25
25
# allow overriding w/ environment variable
26
26
TILEDB_VERSION = os .environ .get ("TILEDB_VERSION" ) or TILEDB_VERSION
You can’t perform that action at this time.
0 commit comments