This commit is contained in:
Erik Johnston 2024-11-18 18:00:36 +00:00
parent db44a3a434
commit b2c11a23e2
2 changed files with 1 additions and 2 deletions

View file

@ -11,7 +11,6 @@
!Cargo.lock
!Cargo.toml
!build_rust.py
!extra_config.cfg
rust/target
synapse/*.so

View file

@ -392,7 +392,7 @@ skip = "cp36* cp37* cp38* pp37* pp38* *-musllinux_i686 pp*aarch64 *-musllinux_aa
# We need a rust compiler
before-all = "curl https://sh.rustup.rs -sSf | sh -s -- --default-toolchain stable -y --profile minimal"
environment = { PATH = "$PATH:$HOME/.cargo/bin", DIST_EXTRA_CONFIG = "/project/extra_config.cfg" }
environment = { PATH = "$PATH:$HOME/.cargo/bin", DIST_EXTRA_CONFIG = "$(pwd)/extra_config.cfg" }
# For some reason if we don't manually clean the build directory we
# can end up polluting the next build with a .so that is for the wrong