Skip to content
Snippets Groups Projects
Unverified Commit eaae78e8 authored by Zubin's avatar Zubin
Browse files

fixes

parent 3ef96d81
No related branches found
No related tags found
No related merge requests found
Pipeline #58796 canceled
......@@ -11,7 +11,6 @@ ls -la out/bindist/
cat GNUmakefile
# create tarball/zip
TARBALL_PREFIX="haskell-language-server"
case "${TARBALL_EXT}" in
zip)
HLS_VERSION="$("$CI_PROJECT_DIR/out/haskell-language-server-8.10.7" --numeric-version)"
......@@ -21,9 +20,8 @@ case "${TARBALL_EXT}" in
;;
tar.xz)
emake --version
HLS_VERSION="$(emake -s -C out/bindist/haskell-language-server-* version)"
emake TARBALL="${TARBALL_PREFIX}-${HLS_VERSION}-${TARBALL_ARCHIVE_SUFFIX}.tar.xz" bindist
emake TARBALL="${TARBALL_PREFIX}-${HLS_VERSION}-${TARBALL_ARCHIVE_SUFFIX}.tar.xz" bindist-tar
emake bindist
emake bindist-tar
rm -rf out/bindist
;;
*)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment