mirror of
https://github.com/ipfs/kubo.git
synced 2025-08-06 19:44:01 +08:00

The Docker sharness tests were disabled years ago when go-ipfs moved from Travis to CircleCI. This makes the tweaks necessary to re-enable them. The Docker image has since moved to be based on BusyBox which doesn't have the requisite wget version for the existing tests to work, so this adds some functionality to the pollEndpoint program to support polling HTTP endpoints as well.
16 lines
255 B
Plaintext
16 lines
255 B
Plaintext
Dockerfile
|
|
Dockerfile.fast
|
|
.git/
|
|
!.git/HEAD
|
|
!.git/refs/
|
|
!.git/packed-refs
|
|
test/sharness/lib/sharness/
|
|
test/sharness/trash*
|
|
rb-pinning-service-api/
|
|
|
|
# The Docker client might not be running on Linux
|
|
# so delete any compiled binaries
|
|
bin/gx
|
|
bin/gx*
|
|
bin/tmp
|