Skip to content

Instantly share code, notes, and snippets.

@fragglet
Last active July 1, 2025 15:07
Show Gist options
  • Save fragglet/23460ec9b5b82433b33e281e576cd497 to your computer and use it in GitHub Desktop.
Save fragglet/23460ec9b5b82433b33e281e576cd497 to your computer and use it in GitHub Desktop.
Build buildbot-worker without Rust dependency
python3 -m venv venv
./venv/bin/pip install --upgrade pip
./venv/bin/pip install py-bcrypt==0.3
export CRYPTOGRAPHY_DONT_BUILD_RUST=1
#export CFLAGS="$(pkg-config --cflags eopenssl33)"    # on OpenBSD
#export LDFLAGS="$(pkg-config --libs eopenssl33)"
./venv/bin/pip install cryptography==3.4.8
./venv/bin/pip install autobahn==21.2.1 buildbot-worker
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment