Skip to content

Commit c8250ed

Browse files
committed
Merge remote-tracking branch 'upstream/stable' into merge_stable
2 parents bd55230 + e3bbef2 commit c8250ed

File tree

3 files changed

+4
-56
lines changed

3 files changed

+4
-56
lines changed

changelog/install-dmd-dc.dd

Lines changed: 0 additions & 39 deletions
This file was deleted.

changelog/ldc-built-releases.dd

Lines changed: 0 additions & 13 deletions
This file was deleted.

test/installation.sh

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@ RPM="dmd-${VERSION/-/\~}-0.fedora.x86_64.rpm"
1818
# dmd-2.079.1-0.openSUSE.x86_64.rpm, dmd-2.079.1~beta.1-0.openSUSE.x86_64.rpm
1919
SUSE_RPM="dmd-${VERSION/-/\~}-0.openSUSE.x86_64.rpm"
2020

21-
DEB_PLATFORMS=(ubuntu:precise ubuntu:trusty ubuntu:xenial ubuntu:bionic)
22-
DEB_PLATFORMS+=(debian:jessie debian:stretch debian:buster)
23-
RPM_PLATFORMS=(fedora:27 fedora:28 fedora:29 centos:6 centos:7)
24-
SUSE_RPM_PLATFORMS=(opensuse:leap opensuse/tumbleweed)
21+
DEB_PLATFORMS=(ubuntu:xenial ubuntu:bionic ubuntu:focal)
22+
DEB_PLATFORMS+=(debian:stable debian:testing)
23+
RPM_PLATFORMS=(fedora:31 fedora:latest centos:7 centos:latest)
24+
SUSE_RPM_PLATFORMS=(opensuse/leap opensuse/tumbleweed)
2525

2626
# copy pkgs to test folder so that it's part of docker's build context
2727
cp "$BUILD_DIR/$DEB" .

0 commit comments

Comments
 (0)