16 lines
629 B
Plaintext
16 lines
629 B
Plaintext
|
<services>
|
||
|
<service name="tar_scm" mode="disabled">
|
||
|
<param name="url">https://github.com/llvm/llvm-project.git</param>
|
||
|
<param name="scm">git</param>
|
||
|
<param name="include">compiler-rt</param>
|
||
|
<!-- [boo#1052528] Always make sure this is kept up to date with src/runtime/race/README. -->
|
||
|
<param name="revision">89f7ccea6f6488c443655880229c54db1f180153</param>
|
||
|
<param name="versionformat">%H</param>
|
||
|
<param name="filename">llvm</param>
|
||
|
</service>
|
||
|
<service name="recompress" mode="disabled">
|
||
|
<param name="file">llvm-*.tar</param>
|
||
|
<param name="compression">xz</param>
|
||
|
</service>
|
||
|
</services>
|