We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1cac78c commit 25c3947Copy full SHA for 25c3947
1 file changed
buildkite/build_project.sh
@@ -319,6 +319,7 @@ case "$REPO_FULL_NAME" in
319
# patch makefile which requires gdb 8 - see https://github.com/dlang/ci/pull/301
320
sed "s/TESTS+=rt_trap_exceptions_drt_gdb//" -i druntime/test/exceptions/Makefile
321
# Append `-preview=in` to DMD's config file so druntime / Phobos are built with it
322
+ ls -lR
323
sed 's/^DFLAGS=.*/& -preview=in/' $(find dmd/generated/ -name 'dmd.conf')
324
make -C druntime -j2 -f posix.mak
325
cd phobos && make -f posix.mak clean && make -f posix.mak -j2 buildkite-test
0 commit comments