Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use latest rohmu version #149

Merged
merged 1 commit into from
Oct 16, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ GENERATED = astacus/version.py $(GENERATED_PROTOBUFS)
PYTHON = python3
DNF_INSTALL = sudo dnf install -y

ZOOKEEPER_VERSION = 3.8.2
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The mirror used to download here only has the latest zookeeper version. I considered using the url

wget --no-verbose http://archive.apache.org/dist/zookeeper/-$(ZOOKEEPER_VERSION)/apache-zookeeper-$(ZOOKEEPER_VERSION)-bin.tar.gz

which has old versions, but this url is extremely slow.

ZOOKEEPER_HASH = 3ce34047c5a0cfa4d3eb2f33ce6b3ae0ca35a19fcf1039ce126d17da349a9ffa
ZOOKEEPER_VERSION = 3.8.3
ZOOKEEPER_HASH = e8abdad74fd1c76e8f4f41b25ed5a0c1ed3b59c8642281396a16d2cd5bf22ad4

default: $(GENERATED)

Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ install_requires =
fastapi==0.86.0
httpx==0.22.0
protobuf==3.19.4
rohmu==1.2.0
rohmu>=2.1.0,<2.2
sentry-sdk==1.6.0
tabulate==0.9.0
typing-extensions==4.7.1
Expand Down
Loading