kubo/bin
Marcin Rataj 9faefe316f
Some checks are pending
CodeQL / codeql (push) Waiting to run
Docker Check / lint (push) Waiting to run
Docker Check / build (push) Waiting to run
Gateway Conformance / gateway-conformance (push) Waiting to run
Gateway Conformance / gateway-conformance-libp2p-experiment (push) Waiting to run
Go Build / go-build (push) Waiting to run
Go Check / go-check (push) Waiting to run
Go Lint / go-lint (push) Waiting to run
Go Test / go-test (push) Waiting to run
Interop / interop-prep (push) Waiting to run
Interop / helia-interop (push) Blocked by required conditions
Interop / ipfs-webui (push) Blocked by required conditions
Sharness / sharness-test (push) Waiting to run
Spell Check / spellcheck (push) Waiting to run
refactor(ci): optimize build workflows (#10973)
* ci: optimize build workflows

- use go version from go.mod instead of hardcoding
- group platforms by OS for parallel builds
- remove legacy try-build targets

* fix: checkout before setup-go in all workflows

setup-go needs go.mod to be present, so checkout must happen first

* chore: remove deprecated // +build syntax

go 1.17+ uses //go:build, the old syntax is no longer needed

* simplify: remove nofuse tag from CI workflows

- workflows now rely on platform build constraints
- keep make nofuse target for manual builds
- remove unused appveyor.yml

* ci: remove legacy travis variable and fix gateway-conformance

- remove TRAVIS env variable from 4 workflows
- fix gateway-conformance checkout path to match working-directory
- replace deprecated cache-go-action with built-in setup-go caching
2025-09-19 14:44:38 +02:00
..
archive-branches.sh misc: add ai-mirror to excluded branches 2018-03-09 21:50:27 +01:00
check_go_version fix(build): Recognize Go Beta versions in makefile (#8677) 2022-02-15 17:47:48 -05:00
check_version build(Makefile): set supported platforms by go-version 2021-02-18 20:28:54 -08:00
container_daemon refactor(ci): simplify Dockerfile and add docker image testing (#10021) 2023-07-27 19:53:24 +02:00
container_init_run feat(docker): /container-init.d for advanced initialization (#6577) 2022-04-12 19:44:03 +02:00
dist_get GOCC implementation & fix in make & build scripts 2019-04-30 21:22:43 -04:00
gencmdref remove unused import (#8787) 2022-03-25 08:48:16 -07:00
get-docker-tags.sh chore(ci): build docker images for staging branch 2024-10-21 15:58:34 +02:00
graphmd diag/net: graphme restyling 2015-01-16 02:11:36 -08:00
ipns-republish core/commands!: remove deprecated object APIs (#10375) 2024-03-22 09:32:30 +01:00
maketarball.sh fix vendoring dependencies when building the source tarball 2019-05-17 12:34:11 -07:00
mkreleaselog chore: update v0.37.0 changelog 2025-08-27 19:15:05 +02:00
push-docker-tags.sh chore(ci): build docker images for staging branch 2024-10-21 15:58:34 +02:00
Rules.mk build: use protoc-gen-* from gomod 2019-06-05 10:57:43 -07:00
test-go-build-platforms refactor(ci): optimize build workflows (#10973) 2025-09-19 14:44:38 +02:00
test-go-fmt fix: go doesn't allow gnu short flags 2021-02-08 12:49:51 -08:00