- go1.25rc1 (released 2025-06-11) is a release candidate version of
go1.25 cut from the master branch at the revision tagged
go1.25rc1.
Refs boo#1244485 go1.25 release tracking
* go1.25 requires the final point release of go1.22 or later
for bootstrap.
OBS-URL: https://build.opensuse.org/request/show/1284965
OBS-URL: https://build.opensuse.org/package/show/devel:languages:go/go1.25?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>
|