Skip to content

Commit 25c3947

Browse files
committed
Debug
1 parent 1cac78c commit 25c3947

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

buildkite/build_project.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -319,6 +319,7 @@ case "$REPO_FULL_NAME" in
319319
# patch makefile which requires gdb 8 - see https://github.com/dlang/ci/pull/301
320320
sed "s/TESTS+=rt_trap_exceptions_drt_gdb//" -i druntime/test/exceptions/Makefile
321321
# Append `-preview=in` to DMD's config file so druntime / Phobos are built with it
322+
ls -lR
322323
sed 's/^DFLAGS=.*/& -preview=in/' $(find dmd/generated/ -name 'dmd.conf')
323324
make -C druntime -j2 -f posix.mak
324325
cd phobos && make -f posix.mak clean && make -f posix.mak -j2 buildkite-test

0 commit comments

Comments
 (0)