5997ad119b
- go1.21rc2 (released 2023-06-21) is a release candidate version of go1.21 cut from the master branch at the revision tagged go1.21rc2. https://go.dev/blog/go1.21rc Refs boo#1212475 go1.21 release tracking OBS-URL: https://build.opensuse.org/request/show/1094489 OBS-URL: https://build.opensuse.org/package/show/devel:languages:go/go1.21?expand=0&rev=1
17 lines
674 B
Plaintext
17 lines
674 B
Plaintext
<services>
|
|
<service name="download_files" mode="manual"/>
|
|
<service name="tar_scm" mode="manual">
|
|
<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">b6374437af39af66896da74a1dc1b8a0ece26bee</param>
|
|
<param name="versionformat">%H</param>
|
|
<param name="filename">llvm</param>
|
|
</service>
|
|
<service name="recompress" mode="manual">
|
|
<param name="file">llvm-*.tar</param>
|
|
<param name="compression">xz</param>
|
|
</service>
|
|
</services>
|