80b6776c0c
- use gcc6-go instead of gcc5-go (bsc#988408) - build ppc64le with gc-go because this version builds with gc-go 1.6 - bump git commit id to the one required by docker v1.12.0 (bsc#995058) - run unit tests during package build - remove seccomp-use-pkg-config.patch The patch is now upstream. - remove GO_BUILD_FLAGS macro and substitute with BUILDFLAGS env variable to allow for easier string appending. - only run unit test on architectures that provide the go list and go test tools OBS-URL: https://build.opensuse.org/request/show/421318 OBS-URL: https://build.opensuse.org/package/show/Virtualization:containers/runc?expand=0&rev=16
18 lines
625 B
Plaintext
18 lines
625 B
Plaintext
<services>
|
|
<service name="tar_scm" mode="disabled">
|
|
<param name="url">https://github.com/opencontainers/runc.git</param>
|
|
<param name="scm">git</param>
|
|
<param name="filename">runc</param>
|
|
<param name="versionformat">git.%h</param>
|
|
<param name="revision">cc29e3dded8e27ba8f65738f40d251c885030a28</param>
|
|
<param name="exclude">.git</param>
|
|
</service>
|
|
<service name="recompress" mode="disabled">
|
|
<param name="file">*.tar</param>
|
|
<param name="compression">xz</param>
|
|
</service>
|
|
<service name="set_version" mode="disabled">
|
|
<param name="basename">runc</param>
|
|
</service>
|
|
</services>
|