Skip to content

Commit

Permalink
Merge pull request #201 from TileDB-Inc/an/sc-12320/update_to_TileDB_…
Browse files Browse the repository at this point in the history
…2.5.1

Update for TileDB 2.5.1
antalakas authored Nov 22, 2021

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
2 parents b583bcf + 2a7994a commit 6fb7160
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/scripts/install_tiledb_linux.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
set -e -x
curl --location -o tiledb.tar.gz https://github.com/TileDB-Inc/TileDB/releases/download/2.5.0/tiledb-linux-x86_64-2.5.0-d11292d.tar.gz \
curl --location -o tiledb.tar.gz https://github.com/TileDB-Inc/TileDB/releases/download/2.5.1/tiledb-linux-x86_64-2.5.1-5b65a96.tar.gz \
&& sudo tar -C /usr/local -xf tiledb.tar.gz
sudo ldconfig /usr/local/lib
2 changes: 1 addition & 1 deletion .github/scripts/install_tiledb_linux_debug.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
set -e -x
git clone https://github.com/TileDB-Inc/TileDB.git -b 2.5.0
git clone https://github.com/TileDB-Inc/TileDB.git -b 2.5.1
cd TileDB
mkdir build && cd build
cmake -DSANITIZER=leak -DTILEDB_VERBOSE=OFF -DTILEDB_S3=ON -DTILEDB_SERIALIZATION=ON -DCMAKE_BUILD_TYPE=Debug -DCMAKE_INSTALL_PREFIX=/usr/local ..
2 changes: 1 addition & 1 deletion .github/scripts/install_tiledb_macos.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
set -e -x
curl --location -o tiledb.tar.gz https://github.com/TileDB-Inc/TileDB/releases/download/2.5.0/tiledb-macos-x86_64-2.5.0-d11292d.tar.gz \
curl --location -o tiledb.tar.gz https://github.com/TileDB-Inc/TileDB/releases/download/2.5.1/tiledb-macos-x86_64-2.5.1-5b65a96.tar.gz \
&& sudo tar -C /usr/local -xf tiledb.tar.gz
2 changes: 1 addition & 1 deletion .github/scripts/install_tiledb_source_linux.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
set -e -x
git clone https://github.com/TileDB-Inc/TileDB.git
git clone https://github.com/TileDB-Inc/TileDB.git -b 2.5.1
cd TileDB
mkdir build && cd build
cmake -DTILEDB_VERBOSE=OFF -DTILEDB_S3=ON -DTILEDB_SERIALIZATION=ON -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr/local ..
2 changes: 1 addition & 1 deletion .github/scripts/install_tiledb_source_macos.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
set -e -x
git clone https://github.com/TileDB-Inc/TileDB.git
git clone https://github.com/TileDB-Inc/TileDB.git -b 2.5.1
cd TileDB
mkdir build && cd build
cmake -DTILEDB_VERBOSE=OFF -DTILEDB_S3=ON -DTILEDB_SERIALIZATION=ON -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr/local ..
2 changes: 1 addition & 1 deletion .github/workflows/tiledb-go.yml
Original file line number Diff line number Diff line change
@@ -122,7 +122,7 @@ jobs:
run: go test -v ./...

Linux_Experimental_Test:
runs-on: ubuntu-18.04
runs-on: ubuntu-20.04
strategy:
matrix:
# Will be checking following versions

0 comments on commit 6fb7160

Please sign in to comment.