Update LDC to v1.16.0 (#574)

* Update LDC to v1.16.0 for Travis CI testing
This commit is contained in:
abraunegg 2019-07-08 18:09:46 +10:00 committed by GitHub
parent 712a101069
commit 64d91b844a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 6 deletions

View file

@ -20,8 +20,9 @@ GUEST_DEPENDENCIES="build-essential libcurl4-openssl-dev libsqlite3-dev libgnutl
# LDC Version # LDC Version
# Different versions due to https://github.com/ldc-developers/ldc/issues/3027 # Different versions due to https://github.com/ldc-developers/ldc/issues/3027
LDC_VERSION_ARMHF=1.13.0 # LDC v1.16.0 re-introduces ARMHF and ARM64 version - https://github.com/ldc-developers/ldc/releases/tag/v1.16.0
LDC_VERSION_ARM64=1.14.0 LDC_VERSION_ARMHF=1.16.0
LDC_VERSION_ARM64=1.16.0
function setup_arm32_chroot { function setup_arm32_chroot {
# Update apt repository details # Update apt repository details

View file

@ -112,8 +112,8 @@ sudo apt-get install libcurl4-openssl-dev
sudo apt-get install libsqlite3-dev sudo apt-get install libsqlite3-dev
sudo apt-get install libxml2 sudo apt-get install libxml2
sudo apt-get install pkg-config sudo apt-get install pkg-config
wget https://github.com/ldc-developers/ldc/releases/download/v1.13.0/ldc2-1.13.0-linux-armhf.tar.xz wget https://github.com/ldc-developers/ldc/releases/download/v1.16.0/ldc2-1.16.0-linux-armhf.tar.xz
tar -xvf ldc2-1.13.0-linux-armhf.tar.xz tar -xvf ldc2-1.16.0-linux-armhf.tar.xz
``` ```
For notifications the following is necessary: For notifications the following is necessary:
```text ```text
@ -126,8 +126,8 @@ sudo apt-get install libcurl4-openssl-dev
sudo apt-get install libsqlite3-dev sudo apt-get install libsqlite3-dev
sudo apt-get install libxml2 sudo apt-get install libxml2
sudo apt-get install pkg-config sudo apt-get install pkg-config
wget https://github.com/ldc-developers/ldc/releases/download/v1.14.0/ldc2-1.14.0-linux-aarch64.tar.xz wget https://github.com/ldc-developers/ldc/releases/download/v1.16.0/ldc2-1.16.0-linux-aarch64.tar.xz
tar -xvf ldc2-1.14.0-linux-aarch64.tar.xz tar -xvf ldc2-1.16.0-linux-aarch64.tar.xz
``` ```
For notifications the following is necessary: For notifications the following is necessary:
```text ```text