File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1111 name : Daily Test Build (libtiledb ${{ matrix.libtiledb_version }})
1212 strategy :
1313 matrix :
14- libtiledb_version : ['2.29.2 ', '2.28.1 ']
14+ libtiledb_version : ['2.30.0 ', '2.29.2 ']
1515 uses : ./.github/workflows/daily-test-build.yml
1616 with :
1717 libtiledb_version : ${{ matrix.libtiledb_version }}
2020 name : Daily Test Build NumPy (libtiledb ${{ matrix.libtiledb_version }})
2121 strategy :
2222 matrix :
23- libtiledb_version : ['2.29.2 ', '2.28.1 ']
23+ libtiledb_version : ['2.30.0 ', '2.29.2 ']
2424 uses : ./.github/workflows/daily-test-build-numpy.yml
2525 with :
2626 libtiledb_version : ${{ matrix.libtiledb_version }}
Original file line number Diff line number Diff line change @@ -46,8 +46,8 @@ if (NOT TileDB_FOUND)
4646 message (STATUS "Downloading TileDB default version ..." )
4747 # Download latest release
4848 fetch_prebuilt_tiledb (
49- VERSION 2.29.2
50- RELLIST_HASH SHA256=fac1cb516793815de989bda43c6cedde453e464ed0fb273e3de786c43ffbb55f
49+ VERSION 2.30.0
50+ RELLIST_HASH SHA256=39277332a23ab6158b20b6e080468b0128f8dfafbc2e727be3313b1b3deccf6b
5151 )
5252 endif ()
5353 find_package (TileDB REQUIRED )
You can’t perform that action at this time.
0 commit comments