- Update to version 1.29.2 * Fix bug in bazel BUILD file * platform: nsync futex: fix build on riscv32 * Add export targets for nsync and nsync_cpp in CMakeLists.txt * Strengthen memory barrier on designated waker * Fix CMake builds using MSVC's Clang frontend * Add implementation of atomic operations for LoongArch * Update nsync Thread Sanitizer (TSan) annotations * add loongarch support * Reset thread local waiter address to NULL before recycling it OBS-URL: https://build.opensuse.org/request/show/1309611 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libnsync?expand=0&rev=5
19 lines
734 B
Plaintext
19 lines
734 B
Plaintext
<services>
|
|
<!-- mode is disabled, so that it is not executed at every commit -->
|
|
<service name="obs_scm" mode="disabled">
|
|
<param name="url">https://github.com/google/nsync.git</param>
|
|
<!-- this is %version -->
|
|
<param name="version">1.29.2</param>
|
|
<!-- which git commit to use, if no tag is available -->
|
|
<param name="revision">1.29.2</param>
|
|
<param name="scm">git</param>
|
|
</service>
|
|
<!-- the prior part will check out an git, archive, but we want a tar ball -->
|
|
<service mode="buildtime" name="tar" />
|
|
<service mode="buildtime" name="recompress">
|
|
<param name="file">*.tar</param>
|
|
<param name="compression">xz</param>
|
|
</service>
|
|
<service mode="disabled" name="set_version" />
|
|
</services>
|