Skip to content

Commit

Permalink
Remove relocatable and add debug info.
Browse files Browse the repository at this point in the history
  • Loading branch information
viferga committed Sep 4, 2024
1 parent e62ac39 commit 9842ac3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,11 @@ function architecture() {
METACALL_VERSION=`brew info metacall | grep -i "stable" | awk '{print $4}' | sed 's/.$//'`
METACALL_ARCH=`architecture`

echo "Packaging MetaCall ${METACALL_VERSION} on ${METACALL_ARCH}"

mkdir release
brew tap --verbose metacall/brew-pkg
brew install --verbose --HEAD metacall/brew-pkg/brew-pkg
brew pkg --name metacall --relocatable --compress --additional-deps [email protected],[email protected] metacall
brew pkg --name metacall --compress --additional-deps [email protected],[email protected] metacall
mv metacall.pkg release/metacall-tarball-macos-${METACALL_ARCH}.pkg
mv metacall.tgz release/metacall-tarball-macos-${METACALL_ARCH}.tgz

0 comments on commit 9842ac3

Please sign in to comment.