Age | Commit message (Collapse) | Author |
|
This changes utilize default go-build-system options to skip build and
test the whole project recursively.
* gnu/packages/golang-xyz.scm (go-github-com-syndtr-goleveldb,
go-github-com-jdkato-twine) [arguments]: <test-flags>: Move skip test
logic here.
<skip-build?>: No go files in project's root.
<phases>: Use default 'check, preserve 'build.
* gnu/packages/golang-xyz.scm: (go-github-com-muesli-reflow,
go-github-com-matttproud-golang-protobuf-extensions-v2,
go-github-com-liyue201-gostl, go-github-com-lithammer-fuzzysearch,
go-github-com-google-gnostic-models,
go-github-com-burntsushi-graphics-go)
[arguments]: <skip-build?>: No go files in project's root.
<phases>: Preserve 'build.
Change-Id: I02840169f6f572c947a725f0a03491f0769fd807
|
|
* gnu/packages/golang-xyz.scm (go-github-com-opencontainers-runtime-spec)
[arguments] <skip-tests?>: No go files in project's root.
<phases>: Preserve 'build and 'check.
[native-inputs]: Add go-github-com-xeipuuv-gojsonschema.
Change-Id: Ic170a7de808577ae7c783f8fc29cf9e7d92c37b6
|
|
* gnu/packages/golang-xyz.scm (go-github-com-pelletier-go-toml-v2)
[arguments] <tests?>: Disable as all of them hang in CI without any
obvious reason.
Change-Id: I90d74254df46d0fb215bae3823e1c1f744156357
|
|
As seen in <https://ci.guix.gnu.org/build/8739612/log/raw>, 2 tests
failed on i686-linux, where all passed on x86_64-linux. These changes
skip some tests on non 64bit architectures.
* gnu/packages/golang-xyz.scm (go-github-com-zclconf-go-cty) [arguments]
<test-flags>: Conditionally skip some tests on non 64bit architectures.
Change-Id: Ib9c50f297744d0fe4b6f40811fdeeeb2d22a361d
|
|
Tests still hang providing no errors and causing the build to fail, see
<https://ci.guix.gnu.org/build/8687212/log/raw>.
* gnu/packages/golang-xyz.scm (go-github-com-pelletier-go-toml-v2)
[arguments] <parallel-tests?>: Run tests in single thread.
Change-Id: Ic14b8467d8b696453240bd92f6f4bfc4daa55dd8
|
|
* gnu/packages/golang.scm (go-github-com-surge-glog): Move from here ...
* gnu/packages/golang-xyz.scm: ... to here.
Change-Id: Ib9dbb497618ac5c0655faf31bb0b7ea440b57a13
|
|
* gnu/packages/golang.scm (go-github-com-sabhiram-go-gitignore): Move
from here ...
* gnu/packages/golang-xyz.scm: ... to here.
Change-Id: Ie137f390626b89b980833091f641700fa4d6f504
|
|
* gnu/packages/golang.scm (go-github-com-schachmat-ingo): Move from here ...
* gnu/packages/golang-xyz.scm: ... to here.
Change-Id: I36ef07e80b18b7ca6020ecc749061fc9ac7afdc8
|
|
* gnu/packages/golang-xyz.scm (go-toml): New variable.
Change-Id: I7b766fa7b5e7ff33d3bbe84be4a65ec75e2d6303
|
|
It's an attempt to fix build in CI as seen in
<https://ci.guix.gnu.org/build/7688093/log/raw>; however the check phase
passed successfully on 16 threads machine even with benchmarks enabled.
* gnu/packages/golang-xyz.scm (go-github-com-pelletier-go-toml-v2)
[arguments] <test-falgs>: Skip one test related to benchmarks, run short
test just once.
<phases>: Add 'remove-benchmarks.
Change-Id: Id2aac003ba5c9705173eea132185d2fb51e701f7
|
|
* gnu/packages/golang-xyz.scm (go-github-com-xaionaro-gosrc): New variable.
Change-Id: Ie7726ed53c7c4d98aa58e2afbe600073b8a9c4b1
|
|
* gnu/packages/golang-xyz.scm (go-github-com-xaionaro-go-bytesextra): New variable.
Change-Id: Ic14dcee9fd2bca052e120abf9acf86b80c910005
|
|
* gnu/packages/golang-xyz.scm (go-github-com-fatih-camelcase): New variable.
Change-Id: Ib1d79b40869ffdfa1eadd02b20c751565eb4d7da
|
|
* gnu/packages/golang-xyz.scm (go-github-com-fatih-structtag): New variable.
Change-Id: I83942f580d5fcc94e2b098dc68a8c5d0f2bdcc23
|
|
* gnu/packages/golang-xyz.scm (go-github-com-xaionaro-go-unsafetools): New variable.
Change-Id: I5ab272d183dad9098686db4f2bd234e3c1e44e39
|
|
* gnu/packages/golang-xyz.scm (go-github-com-pelletier-go-toml-v2): Update to 2.2.3.
Change-Id: Idb5d5f0fe7333b4816698a915ca30b9205fdadcb
|
|
* gnu/packages/golang-xyz.scm (go-github-com-tomwright-dasel-v2): New variable.
Change-Id: I92e2cc4d4e04663d425cc0719c6f9faf84bfe905
|
|
* gnu/packages/golang-xyz.scm (go-github-com-clbanning-mxj-v2): New variable.
Change-Id: Ib1332703a10683ddffe2515c31abddded0a28d5e
|
|
* gnu/packages/golang-xyz.scm (go-github-com-jdkato-go-tree-sitter-julia): New variable.
Change-Id: Id6a7a86393e21f642c36c7526e5abda3b5fa8e01
|
|
* gnu/packages/golang-xyz.scm (go-github-com-smacker-go-tree-sitter): New variable.
Change-Id: I34cdf9e1680ba478ee4cebe198c0db7fd9fa36b2
|
|
* gnu/packages/golang-xyz.scm (go-github-com-spf13-cobra)
[propagated-inputs]: Add go-github-com-go-md2man.
[native-inputs]: Remove go-github-com-go-md2man.
Change-Id: I4f019b309c244729f8eff4810a870f140dc78735
|
|
* gnu/packages/golang.scm (go-github-com-cention-sany-utf7): Move from
here ...
* gnu/packages/golang-xyz.scm: ... to here.
Change-Id: Icc752dc109f6a0b2e43e8b5846ee9f288d174402
|
|
go-k8s-io-klog failed to build and has no users in Guix, overwrite it
with v2 variant.
* gnu/packages/golang-xyz.scm (go-k8s-io-klog): Overwrite variable with
go-k8s-io-klog-v2 variant.
Change-Id: I7779ec426ab66b37d2240e38917728346a1aa08f
|
|
* gnu/packages/golang-xyz.scm (go-zgo-at-zstd): Update to 0.0.0-20241125224656-49fafbb06ca9.
[arguments] <test-flags>: Skip 2 tests.
<phases>: Use default 'check.
Change-Id: I4a78dc3d37477cc36e98d5900502db01515d9a26
|
|
* gnu/packages/golang-xyz.scm (go-hclogvet) [propagated-inputs]: Do not
overwrite and just inherit all.
Change-Id: I7ada9851d22bff9df7e9e39961a5e694c67de102
|
|
* gnu/packages/golang-xyz.scm (go-gopkg-in-inconshreveable-log15-v1)
[arguments] <test-flags>: Skip one test.
Change-Id: I7f6758d74143f53b263de5d1ff0c9d0e40536b8c
|
|
* gnu/packages/golang-xyz.scm (go-github-com-d4l3k-messagediff):
[propagated-inputs]: Add go-golang-org-x-net.
Change-Id: I795ec6178c18c1e32a659c3ca80029a43e1da75e
|
|
* gnu/packages/databases.scm (go-github-com-couchbase-gomemcached): Move
from here ...
* gnu/packages/golang-xyz.scm: ... to here.
Change-Id: I62b77bffa9f6e673ebcedc58599c7e2a0e827f4c
|
|
* gnu/packages/golang-xyz.scm (go-github-com-alecthomas-chroma): Update to 0.10.0.
[native-inputs]: Add go-github-com-alecthomas-kong,
go-github-com-alecthomas-kong-hcl, go-github-com-gorilla-csrf,
go-github-com-gorilla-handlers, go-github-com-gorilla-mux,
go-github-com-mattn-go-colorable, and go-github-com-mattn-go-isatty.
Change-Id: I48b68706fb32b64a594957a696c0f32b824c1590
|
|
* gnu/packages/golang-xyz.scm (go-github-com-alecthomas-kong-hcl): New variable.
Change-Id: Iea741ab1740eb0c956621ac6ed095a47014d3112
|
|
* gnu/packages/golang-xyz.scm (go-github-com-labstack-gommon): New variable.
Change-Id: Ieb84db29cd2aa7417286406b0c1c7397c3e4d573
|
|
* gnu/packages/golang-xyz.scm (go-github-com-valyala-fasttemplate): New variable.
Change-Id: I7b7a4314c0ae68f03bb6a25c6b71e4e95bbd7639
|
|
* gnu/packages/golang-xyz.scm (go-github-com-patrickmn-go-cache): New variable.
Change-Id: I3c5fa4e1cf60670ecaeb75e98ea16370f03655a9
|
|
* gnu/packages/golang-web.scm (go-github-com-txthinking-runnergroup): New variable.
Change-Id: I305b21fcaba0cebdef5771370de43fe2b24c13a2
|
|
* gnu/packages/golang-xyz.scm (go-github-com-xtgo-uuid): New variable.
Change-Id: I4b18996fe59ca752ac4e471d4ada63ce98b66745
|
|
* gnu/packages/golang-xyz.scm (go-github-com-templexxx-xorsimd): New variable.
Change-Id: I7c160724d98ae38f7a776a7f85a10128eae00024
|
|
* gnu/packages/golang-xyz.scm (go-github-com-templexxx-cpu): New variable.
Change-Id: I19b13fefdce5d00f8f5f86d09dd41b3f789669cb
|
|
* gnu/packages/golang-xyz.scm (go-github-com-klauspost-asmfmt,
go-asmfmt): New variables.
Change-Id: Ib6d7b3f0e844e8f3a5e1b29d458faa115b9d670a
|
|
* gnu/packages/golang-xyz.scm (go-github-com-klauspost-reedsolomon): New variable.
Change-Id: I85674269cfe5fc6e4a9729ae8a6858daee31aedd
|
|
* gnu/packages/golang.scm (gopls): Move from here ...
* gnu/packages/golang-xyz.scm: ... to here.
Change-Id: Ic1d121f112848f63786a6fa93498ba9ccc937354
|
|
* gnu/packages/golang-xyz.scm (go-github-com-go-ini-ini)
[propagated-inputs]: Remove go-github-com-stretchr-testify.
[native-inputs]: Add go-github-com-stretchr-testify.
Change-Id: Ifef01ad461ae940bec9950380f742feb009ce0f8
|
|
* gnu/packages/golang.scm (go-github-com-go-ini-ini): Move from here ...
* gnu/packages/golang-xyz.scm: ... to here.
Change-Id: I0c7defa973b0301de3064d53b6c6b502fca9ef95
|
|
* gnu/packages/golang.scm (go-github-com-gedex-inflector): Move from here ...
* gnu/packages/golang-xyz.scm: ... to here.
Change-Id: I16eb15cc6f3b53997cf387df0991979dc941580d
|
|
* gnu/packages/golang.scm (go-github-com-golang-freetype): Move from here ...
* gnu/packages/golang-xyz.scm: ... to here.
Change-Id: I5e455f90937905ba5ec2078dccd7037da78ed372
|
|
* gnu/packages/golang.scm (go-github-com-lunixbochs-vtclean): Move from here ...
* gnu/packages/golang-xyz.scm: ... to here.
Change-Id: I3babc373bf702e022bf126d7867f3a2719cb481e
|
|
* gnu/packages/golang.scm
(go-github-com-shurcool-sanitized-anchor-name): Move from here ...
* gnu/packages/golang-xyz.scm: ... to here.
Change-Id: Ieabd617d33e2185de2ded7b58f26fede569017ac
|
|
* gnu/packages/golang.scm (go-github-com-michiwend-gomusicbrainz): Move from here ...
* gnu/packages/golang-xyz.scm: ... to here.
Change-Id: I6d56c558651e788773034cb88b38d5350db0f2c2
|
|
* gnu/packages/golang.scm (go-github-com-michiwend-golang-pretty): Move from here ...
* gnu/packages/golang-xyz.scm: ... to here.
Change-Id: I851eb0caa396f84240579008b7b6c15cf906432c
|
|
* gnu/packages/golang.scm (go-github-com-mtibben-percent): Move from here ...
* gnu/packages/golang-xyz.scm: ... to here.
Change-Id: I72694bfd424e16b32a5390a64b3e7c16a8b17ee4
|
|
* gnu/packages/golang.scm (go-mvdan-cc-gofumpt): Move from here ...
* gnu/packages/golang-xyz.scm: ... to here.
Change-Id: I8be3ad98190babe01838b66c96da27d6a826cfb9
|