-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove relocatable and add debug info.
- Loading branch information
Showing
1 changed file
with
3 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 |