This is an automated email from the ASF dual-hosted git repository. mssun pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-teaclave.git
commit 7e87d87131dffc4c0e52719a685b42675f193d71 Author: Mingshen Sun <[email protected]> AuthorDate: Tue Feb 2 17:44:29 2021 -0800 Use cargo-lipo to build universal fat static libarary --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b45ca07..a357360 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -19,8 +19,10 @@ jobs: run: | export PKG_CONFIG_PATH="/usr/local/opt/openssl/lib/pkgconfig:/usr/local/opt/libssh2/lib/pkgconfig/" export PATH=~/.cargo/bin:$PATH + cargo install cargo-lipo cargo build --manifest-path sdk/rust/Cargo.toml cargo build --manifest-path sdk/rust/Cargo.toml --target aarch64-apple-ios + cargo lipo --manifest-path sdk/rust/Cargo.toml sim-debug-ubuntu-1804: runs-on: ubuntu-18.04 container: teaclave/teaclave-build-ubuntu-1804-sgx-2.9.1:0.1.2 --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
