36f9e3fe6d
- go-race: add compiler-rt TSAN binary, necessary for the race detector builds to work. This requires building compiler-rt from source (becuase upstream Go stores precompiled binaries in the tree, and we cannot use them). In addition, a %check was added purely to ensure that we don't install the wrong version of compiler-rt. boo#1052528 - go-rpmlintrc: add some entries to address the .syso additions. OBS-URL: https://build.opensuse.org/request/show/517313 OBS-URL: https://build.opensuse.org/package/show/devel:languages:go/go?expand=0&rev=294
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">68e1532492f9b3fce0e9024f3c31411105965b11</param>
|
|
</service>
|
|
<service name="recompress" mode="disabled">
|
|
<param name="file">compiler-rt-*.tar</param>
|
|
<param name="compression">xz</param>
|
|
</service>
|
|
</services>
|