Skip to content

Commit

Permalink
Debug
Browse files Browse the repository at this point in the history
  • Loading branch information
Geod24 committed Mar 1, 2021
1 parent 1cac78c commit 25c3947
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions buildkite/build_project.sh
Original file line number Diff line number Diff line change
Expand Up @@ -319,6 +319,7 @@ case "$REPO_FULL_NAME" in
# patch makefile which requires gdb 8 - see https://github.com/dlang/ci/pull/301
sed "s/TESTS+=rt_trap_exceptions_drt_gdb//" -i druntime/test/exceptions/Makefile
# Append `-preview=in` to DMD's config file so druntime / Phobos are built with it
ls -lR
sed 's/^DFLAGS=.*/& -preview=in/' $(find dmd/generated/ -name 'dmd.conf')
make -C druntime -j2 -f posix.mak
cd phobos && make -f posix.mak clean && make -f posix.mak -j2 buildkite-test
Expand Down

0 comments on commit 25c3947

Please sign in to comment.