Switch ldc bootstrapping over to gdc through the gdmd wrapper, as recommended by upstream. Not only does that simplify the build by a lot, it also allows us to switch away from LLVM7! The test project built gtkd and tilix successfully. OBS-URL: https://build.opensuse.org/request/show/976095 OBS-URL: https://build.opensuse.org/package/show/devel:languages:D/gdmd?expand=0&rev=1
15 lines
509 B
Plaintext
15 lines
509 B
Plaintext
<services>
|
|
<service name="obs_scm" mode="disabled">
|
|
<param name="url">https://github.com/D-Programming-GDC/gdmd.git</param>
|
|
<param name="scm">git</param>
|
|
<param name="versionformat">%ci</param>
|
|
<param name="changesgenerate">enable</param>
|
|
</service>
|
|
<service name="set_version" mode="disabled"/>
|
|
<service name="tar" mode="buildtime"/>
|
|
<service name="recompress" mode="buildtime">
|
|
<param name="file">*.tar</param>
|
|
<param name="compression">xz</param>
|
|
</service>
|
|
</services>
|