Skip to content

Commit

Permalink
fixup! fixup! fixup! fixup! fixup! fixup! Support cryptography module
Browse files Browse the repository at this point in the history
  • Loading branch information
InfoHunter committed Jul 23, 2024
1 parent 23f5f0b commit 108c9cf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,8 @@ jobs:
OPENSSL_DIR=${RUNNER_TEMP}/tongsuo DEP_OPENSSL_TONGSUO=1 cargo build --verbose --features crypto_adaptor_tongsuo --no-default-features --config 'patch.crates-io.openssl.git="https://github.com/Tongsuo-Project/rust-tongsuo.git"' --config 'patch.crates-io.openssl-sys.git="https://github.com/Tongsuo-Project/rust-tongsuo.git"'
- name: Run tests
run : |
OPENSSL_DIR=${RUNNER_TEMP}/tongsuo DEP_OPENSSL_TONGSUO=1 RUSTFLAGS="-C link-args=-Wl,-rpath,${RUNNER_TEMP}/tongsuo/lib" cargo test --verbose --features crypto_adaptor_tongsuo --no-default-features --config 'patch.crates-io.openssl.git="https://github.com/Tongsuo-Project/rust-tongsuo.git"' --config 'patch.crates-io.openssl-sys.git="https://github.com/Tongsuo-Project/rust-tongsuo.git"'
export LD_LIBRARY_PATH=${RUNNER_TEMP}/tongsuo/lib
OPENSSL_DIR=${RUNNER_TEMP}/tongsuo DEP_OPENSSL_TONGSUO=1 cargo test --verbose --features crypto_adaptor_tongsuo --no-default-features --config 'patch.crates-io.openssl.git="https://github.com/Tongsuo-Project/rust-tongsuo.git"' --config 'patch.crates-io.openssl-sys.git="https://github.com/Tongsuo-Project/rust-tongsuo.git"'
unix-mysql-test:
Expand Down

0 comments on commit 108c9cf

Please sign in to comment.