Skip to content

Commit

Permalink
tmp release with musl xz 5.4.5
Browse files Browse the repository at this point in the history
  • Loading branch information
hemnstill committed Apr 10, 2024
1 parent 3b75455 commit 9a396d4
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
2 changes: 0 additions & 2 deletions bsdtar/build_mingw.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ set -e

echo "::group::install deps"

exit 1

choco install mingw

echo "::endgroup::"
Expand Down
5 changes: 4 additions & 1 deletion bsdtar/build_musl.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,10 @@ set -e
echo "::group::install deps"

apk update
apk add --no-cache alpine-sdk zlib-dev zlib-static xz-dev xz-static zstd-dev zstd-static

apk add --no-cache zlib-dev zlib-static xz-dev xz-static

apk add --no-cache --repository=http://dl-cdn.alpinelinux.org/alpine/edge/main alpine-sdk zstd-dev zstd-static

echo "::endgroup::"

Expand Down
2 changes: 1 addition & 1 deletion bsdtar/test_linux.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash

testVersion() {
assertEquals "bsdtar 3.7.3 - libarchive 3.7.3 zlib/1.3 liblzma/5.4.4 libzstd/1.5.6 " "$(../bin/bsdtar --version)"
assertEquals "bsdtar 3.7.3 - libarchive 3.7.3 zlib/1.3.1 liblzma/5.4.5 libzstd/1.5.6 " "$(../bin/bsdtar --version)"
}

# Load and run shUnit2.
Expand Down

0 comments on commit 9a396d4

Please sign in to comment.