Re: GDMD picking up wrong GDC

2023-05-07 Thread kinke via D.gnu
On Sunday, 7 May 2023 at 13:41:43 UTC, WebFreak001 wrote: I have multiple GDCs installed through apt, how do I make gdmd pick the higher one (`gdc-12`) and not just `gdc`? With e.g. `ln -s gdmd /usr/bin/gdmd-12`, and then using `gdmd-12`. As shown by the few linked lines in the Perl script, t

Re: GDC CI

2020-09-10 Thread kinke via D.gnu
On Wednesday, 9 September 2020 at 18:32:07 UTC, wjoe wrote: Mac is a single core VM on community cluster. Nope, it's a dual-core VM with hyperthreading and so 4 logical cores.

Re: GDC CI

2020-09-09 Thread kinke via D.gnu
On Wednesday, 9 September 2020 at 11:33:22 UTC, wjoe wrote: I suspect that maybe the compiler wasn't properly installed in the container ? Maybe just a typo in your Dockerfile? You're installing `g++9`, but the package name is `g++-9`.

Re: dummy main option (for use with --unittest)

2017-03-21 Thread kinke via D.gnu
On Tuesday, 21 March 2017 at 21:49:05 UTC, dan wrote: On Tuesday, 21 March 2017 at 21:36:39 UTC, kinke wrote: On Tuesday, 21 March 2017 at 19:17:53 UTC, dan wrote: Is there some option for generating a dummy main with gdc? Here: http://forum.dlang.org/thread/mailman.974.1489320559.31550.digi

Re: dummy main option (for use with --unittest)

2017-03-21 Thread kinke via D.gnu
On Tuesday, 21 March 2017 at 19:17:53 UTC, dan wrote: Is there some option for generating a dummy main with gdc? Here: http://forum.dlang.org/thread/mailman.974.1489320559.31550.digitalmars-d-le...@puremagic.com.