Files
rust-synapse-compress-state/synapse_auto_compressor
saces d6df1ac5a4 remove log_file leftovers
PR #74 (Log to stderr not to a file) did not remove all references to
log_file, the file was still created, but remained empty.

The synapse_auto_compressor failed if run in a read only environment.

Signed-off-by: saces <saces@c-base.org>
2022-03-13 00:13:33 +01:00
..
2022-03-13 00:13:33 +01:00

Auto Compressor

See the top level readme for information.

Publishing to PyPI

Bump the version number and run from the root directory of the repo:

docker run -it --rm -v $(pwd):/io -e OPENSSL_STATIC=1 konstin2/maturin publish -m synapse_auto_compressor/Cargo.toml --cargo-extra-args "\--features='openssl/vendored'"