-
-
Notifications
You must be signed in to change notification settings - Fork 862
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
Update .travis-ci.sh #414
Update .travis-ci.sh #414
Conversation
abraunegg
commented
Mar 12, 2019
- Update Travis CI build script to use an LDC version string
- Update LDC to use 1.14.0
* Update Travis CI build script to use an LDC version string * Update LDC to use 1.14.0
Hmm, 1.12.0 was the last were aarch binaries were provided it seems ... Either we switch versions for this aarch, or remain with 1.12.0 |
@norbusan |
* No armhf build of LDC drop to 1.13.0
* Update LDC for armhf & aarm64 to 1.13.0 as this is what is tested with Travis CI
* LDC on arm64 complains about this: dlang-arm64/bin/ldc2: error while loading shared libraries: libxml2.so.2: cannot open shared object file: No such file or directory. Add 'libxml2' to guest dependencies for AARM64
* Update readme for 'libxml2' as needed for LDC 1.13.0
* Update ARMHF and AARM64 to use difference versions of LDC due to due to ldc-developers/ldc#3027
* Update download path to use LDC 1.13.0 as baseline
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ok, thanks for the explanation
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |