Skip to content

Commit

Permalink
chore: removes broken strip call on Linux build
Browse files Browse the repository at this point in the history
  • Loading branch information
smallhadroncollider committed Feb 17, 2020
1 parent b1f5b03 commit c63cc06
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .bin/build
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,6 @@ stack build --work-dir "$workDir" --docker --ghc-options -O3
LINUX_FULL_PATH=$(find "$workDir" -path "*linux*" -and -path "*bin/taskell")
LINUX_PATH=${LINUX_FULL_PATH%"taskell"}

strip "$LINUX_FULL_PATH" # remove tokens

tar -czvf "releases/$1/taskell-$1_x86-64-linux.tar.gz" --directory="$LINUX_PATH" "taskell"

mkdir -p "releases/$1/taskell/DEBIAN"
Expand Down

0 comments on commit c63cc06

Please sign in to comment.