File tree 1 file changed +6
-6
lines changed
1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 56
56
profile : minimal
57
57
toolchain : 1.69.0
58
58
override : true
59
- - name : Build release libraries
60
- run : cargo build --release -p polar-c-api
61
- - name : Build x86_64 release musl library
62
- run : |
63
- rustup target add x86_64-unknown-linux-musl
64
- RUSTFLAGS="-C target-feature=-crt-static" cargo build --target x86_64-unknown-linux-musl --release -p polar-c-api
65
59
- name : Install cross
66
60
env :
67
61
GH_TOKEN : ${{ github.token }}
76
70
run : |
77
71
rustup target add aarch64-unknown-linux-gnu
78
72
RUSTFLAGS="-C target-feature=-crt-static" ./cross build --target aarch64-unknown-linux-gnu --release -p polar-c-api
73
+ - name : Build x86_64 release libraries
74
+ run : cargo build --release -p polar-c-api
75
+ - name : Build x86_64 release musl library
76
+ run : |
77
+ rustup target add x86_64-unknown-linux-musl
78
+ RUSTFLAGS="-C target-feature=-crt-static" cargo build --target x86_64-unknown-linux-musl --release -p polar-c-api
79
79
- name : Rename static lib
80
80
run : mv target/release/libpolar.a target/libpolar-${{runner.os}}.a
81
81
- name : Rename x86_64 static lib
You can’t perform that action at this time.
0 commit comments