- go1.26rc1 (released 2025-12-16) is a release candidate version of go1.26 cut from the master branch at the revision tagged go1.26rc1. Refs boo#1255111 go1.25 release tracking * go1.26 requires go1.24.6 or later for bootstrap. OBS-URL: https://build.opensuse.org/request/show/1323243 OBS-URL: https://build.opensuse.org/package/show/devel:languages:go/go1.26?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">51bfeff0e4b0757ff773da6882f4d538996c9b04</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>
|