Skip to content

Commit

Permalink
build-fix
Browse files Browse the repository at this point in the history
  • Loading branch information
nyurik committed Jul 12, 2024
1 parent 79b632a commit 327e6b9
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -142,12 +142,11 @@ jobs:
for target in "aarch64-unknown-linux-musl" "x86_64-unknown-linux-musl"; do
echo -e "\n----------------------------------------------"
echo "Building $target"
export "CARGO_TARGET_$(echo $target | tr 'a-z-' 'A-Z_')_RUSTFLAGS"='-C strip=debuginfo'
cross build --release --target $target --package martin
cross build --release --target $target --package martin-cp
cross build --release --target $target --package mbtiles
cross build --release --target $target --package martin
# cross build --release --target $target --package martin-cp
# cross build --release --target $target --package mbtiles
mkdir -p target_releases/$target
mv target/$target/release/martin target_releases/$target
mv target/$target/release/martin-cp target_releases/$target
Expand Down

0 comments on commit 327e6b9

Please sign in to comment.