From 9eef81bf3f1b46d2f15dc09427692acf0adae539 Mon Sep 17 00:00:00 2001 From: joshua Date: Thu, 9 Nov 2023 19:27:09 +0000 Subject: [PATCH] Update VERSION to 2.25.6 and increase file limit --- .circleci/config.yml | 3 +++ VERSION | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 26b1512b10..a7c5982d2d 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -83,6 +83,7 @@ commands: deploy-pip-snapshot-unix: steps: - run: | + ulimit -n 100000 export DEPLOY_PIP_USERNAME=$REPO_VATICLE_USERNAME export DEPLOY_PIP_PASSWORD=$REPO_VATICLE_PASSWORD bazel run --define version=$(git rev-parse HEAD) //python:deploy-pip39 -- snapshot @@ -186,6 +187,7 @@ commands: deploy-maven-jni-snapshot-unix: steps: - run: | + ulimit -n 100000 export DEPLOY_MAVEN_USERNAME=$REPO_VATICLE_USERNAME export DEPLOY_MAVEN_PASSWORD=$REPO_VATICLE_PASSWORD bazel run @vaticle_dependencies//tool/bazelinstall:remote_cache_setup.sh @@ -253,6 +255,7 @@ commands: deploy-maven-jni-release-unix: steps: - run: | + ulimit -n 100000 export DEPLOY_MAVEN_USERNAME=$REPO_VATICLE_USERNAME export DEPLOY_MAVEN_PASSWORD=$REPO_VATICLE_PASSWORD bazel run @vaticle_dependencies//tool/bazelinstall:remote_cache_setup.sh diff --git a/VERSION b/VERSION index 10f67f44f2..28e8154203 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.25.5 +2.25.6