mirror of
https://github.com/dlang/dmd.git
synced 2025-04-26 13:10:12 +03:00
semaphoreci.sh: Remove gdc-7 references
This commit is contained in:
parent
e1c3ea2a03
commit
b9c6da2bad
1 changed files with 0 additions and 10 deletions
|
@ -36,16 +36,6 @@ source ci.sh
|
|||
# Always source a DMD instance
|
||||
################################################################################
|
||||
|
||||
if [ "$DMD" == "gdc" ] && [ "${GDC_VERSION:-0}" == "7" ] ; then
|
||||
# Disable -lowmem tests for the GDC7 host compiler
|
||||
# -lowmem is an optional switch and GDC-7 will be removed from the required
|
||||
# bootstrap compilers in May 2019.
|
||||
# See also : https://github.com/dlang/dmd/pull/9048/files
|
||||
rm test/runnable/{testptrref,xtest46}_gc.d test/fail_compilation/mixin_gc.d || true
|
||||
# Also remove it when building d_do_test.
|
||||
sed -i -e 's/ -lowmem//g' test/Makefile
|
||||
fi
|
||||
|
||||
install_d "$DMD"
|
||||
|
||||
################################################################################
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue