forked from pool/go1.13
7a6318b051
Properly fix go-race builds, and update _service to accurately fit how releases are done. OBS-URL: https://build.opensuse.org/request/show/812016 OBS-URL: https://build.opensuse.org/package/show/devel:languages:go/go1.13?expand=0&rev=28
15 lines
587 B
Plaintext
15 lines
587 B
Plaintext
<services>
|
|
<service name="tar_scm" mode="disabled">
|
|
<param name="url">https://git.llvm.org/git/compiler-rt.git</param>
|
|
<param name="scm">git</param>
|
|
<param name="exclude">.git</param>
|
|
<!-- [boo#1052528] Always make sure this is kept up to date with src/runtime/race/README. -->
|
|
<param name="versionformat">g%H</param>
|
|
<param name="revision">fe2c72c59aa7f4afa45e3f65a5d16a374b6cce26</param>
|
|
</service>
|
|
<service name="recompress" mode="disabled">
|
|
<param name="file">compiler-rt-*.tar</param>
|
|
<param name="compression">xz</param>
|
|
</service>
|
|
</services>
|