Cross-compiling a static binary from GitHub Actions

Vladimir Panteleev thecybershadow.lists at gmail.com
Fri Oct 1 11:37:56 UTC 2021


On Friday, 1 October 2021 at 11:18:52 UTC, Vladimir Panteleev 
wrote:
> To reproduce:

Sorry, wrong code, should be:

> ```console
> $ echo 'import std.stdio; void main() { try throw new 
> Exception("Caught"); catch (Exception e) writeln(e); }' > test.d
> ```



More information about the digitalmars-d-ldc mailing list