-
-
Notifications
You must be signed in to change notification settings - Fork 52
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
complie error #382
Comments
❯ ./release.sh |
I try all D compile, as the result, dmd finish complie. #!/bin/sh
dub build --compiler=ldc2 --build=release --arch=x86_64 || exit 1
strip serve-d
VERSION=$(./serve-d --version 2>&1 | grep -oh "serve-d standalone v[0-9]*\.[0-9]*\.[0-9]*" | sed "s/serve-d standalone v//")
echo $VERSION > version.txt
echo $VERSION
tar cfJ serve-d_$VERSION-linux-x86_64.tar.xz serve-d
tar czf serve-d_$VERSION-linux-x86_64.tar.gz serve-d Why the script use ldc2 to compile? |
No description provided.
The text was updated successfully, but these errors were encountered: