|
87 | 87 | run: | |
88 | 88 | cd crates/cli && \ |
89 | 89 | CARGO_PROFILE_RELEASE_LTO=fat CARGO_PROFILE_RELEASE_CODEGEN_UNITS=1 PNPM_OFFLINE=TRUE \ |
90 | | - cargo build --target x86_64-unknown-linux-musl --features=vendor-ssl --release --bin trail && \ |
| 90 | + cargo build --target x86_64-unknown-linux-musl --release --features=vendor-ssl,static-geos --bin trail && \ |
91 | 91 | cd ../.. && \ |
92 | 92 | zip -r -j trailbase_${{ github.ref_name }}_x86_64_linux.zip target/x86_64-unknown-linux-musl/release/trail CHANGELOG.md LICENSE |
93 | 93 |
|
@@ -123,7 +123,7 @@ jobs: |
123 | 123 | run: | |
124 | 124 | cd crates/cli && \ |
125 | 125 | CARGO_PROFILE_RELEASE_LTO=fat CARGO_PROFILE_RELEASE_CODEGEN_UNITS=1 PNPM_OFFLINE=TRUE \ |
126 | | - cargo build --target aarch64-unknown-linux-musl --features=vendor-ssl --release --bin trail && \ |
| 126 | + cargo build --target aarch64-unknown-linux-musl --release --features=vendor-ssl,static-geos --bin trail && \ |
127 | 127 | cd ../.. && \ |
128 | 128 | zip -r -j trailbase_${{ github.ref_name }}_arm64_linux.zip target/aarch64-unknown-linux-musl/release/trail CHANGELOG.md LICENSE |
129 | 129 |
|
@@ -193,7 +193,7 @@ jobs: |
193 | 193 | - name: Rust Build |
194 | 194 | run: | |
195 | 195 | CARGO_PROFILE_RELEASE_LTO=fat CARGO_PROFILE_RELEASE_CODEGEN_UNITS=1 PNPM_OFFLINE=TRUE \ |
196 | | - cargo build --target aarch64-apple-darwin --release --bin trail && \ |
| 196 | + cargo build --target aarch64-apple-darwin --release --features=static-geos --bin trail && \ |
197 | 197 | zip -r -j trailbase_${{ github.ref_name }}_arm64_apple_darwin.zip target/aarch64-apple-darwin/release/trail CHANGELOG.md LICENSE |
198 | 198 |
|
199 | 199 | - name: Release binaries |
@@ -227,7 +227,7 @@ jobs: |
227 | 227 | - name: Rust Build |
228 | 228 | run: | |
229 | 229 | CARGO_PROFILE_RELEASE_LTO=fat CARGO_PROFILE_RELEASE_CODEGEN_UNITS=1 PNPM_OFFLINE=TRUE \ |
230 | | - cargo build --target x86_64-apple-darwin --release --bin trail && \ |
| 230 | + cargo build --target x86_64-apple-darwin --release --features=static-geos --bin trail && \ |
231 | 231 | zip -r -j trailbase_${{ github.ref_name }}_x86_64_apple_darwin.zip target/x86_64-apple-darwin/release/trail CHANGELOG.md LICENSE |
232 | 232 |
|
233 | 233 | - name: Release binaries |
@@ -257,7 +257,7 @@ jobs: |
257 | 257 | run: | |
258 | 258 | pnpm install && \ |
259 | 259 | CARGO_PROFILE_RELEASE_LTO=fat CARGO_PROFILE_RELEASE_CODEGEN_UNITS=1 PNPM_OFFLINE=TRUE \ |
260 | | - cargo build --target x86_64-pc-windows-msvc --release --bin trail && \ |
| 260 | + cargo build --target x86_64-pc-windows-msvc --release --features=static-geos --bin trail && \ |
261 | 261 | zip -r -j trailbase_${{ github.ref_name }}_x86_64_windows.zip target/x86_64-pc-windows-msvc/release/trail.exe CHANGELOG.md LICENSE |
262 | 262 |
|
263 | 263 | - name: Release binaries |
|
0 commit comments