Skip to content

Commit

Permalink
Bump release CI versions
Browse files Browse the repository at this point in the history
  • Loading branch information
ihnorton committed May 4, 2020
1 parent 27a47dd commit e91f945
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion misc/azure-libtiledb-darwin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ steps:
mkdir -p $BUILD_REPOSITORY_LOCALPATH/tiledb-build
cd $BUILD_REPOSITORY_LOCALPATH/tiledb-build
$SRC/bootstrap --force-build-all-deps --enable=s3,serialization --enable-static-tiledb --disable-avx2 --disable-cpp-api --disable-tests --prefix=$INSTALL
$SRC/bootstrap --force-build-all-deps --enable=s3,serialization --enable-static-tiledb --disable-avx2 --disable-tests --prefix=$INSTALL
make -j4
make -C tiledb install
Expand Down
6 changes: 3 additions & 3 deletions misc/azure-release.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
stages:
- stage: Release
variables:
TILEDBPY_VERSION: 0.5.7
LIBTILEDB_VERSION: 1.7.6
LIBTILEDB_SHA: 11f4f597ba9aac47be7802877b15cffbb5464816
TILEDBPY_VERSION: 0.6.0
LIBTILEDB_VERSION: 2.0.0
LIBTILEDB_SHA: e12987374c87f4b7c44428be6e4b5b9ee2511aab
SDKROOT: '/Applications/Xcode_10.3.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk'
CIBW_SKIP: cp35-*
condition: or(startsWith(variables['Build.SourceBranch'], 'refs/tags'), contains(variables['Build.SourceBranchName'], 'release-'))
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ def get_zipfile(url):
from sys import version_info as ver

# Target branch
TILEDB_VERSION = "dev"
TILEDB_VERSION = "2.0.0"
# allow overriding w/ environment variable
TILEDB_VERSION = os.environ.get("TILEDB_VERSION") or TILEDB_VERSION

Expand Down

0 comments on commit e91f945

Please sign in to comment.