Skip to content

Commit

Permalink
Update VERSION to 2.25.6 and increase file limit
Browse files Browse the repository at this point in the history
  • Loading branch information
flyingsilverfin committed Nov 9, 2023
1 parent 0fdc4ea commit 9eef81b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.25.5
2.25.6

0 comments on commit 9eef81b

Please sign in to comment.