- Jun 07, 2019
-
-
Felix Lange authored
* vendor: remove unused dependencies These were used by swarm code, which has now migrated to its own repository. * travis.yml: remove sudo requirement for test builders These needed sudo to run FUSE tests for swarm.
-
- Jun 04, 2019
-
-
Rafael Matias authored
-
- Apr 08, 2019
-
-
Péter Szilágyi authored
-
- Mar 21, 2019
-
-
Ferenc Szabo authored
* travis: remove verbose from Swarm race tests By removing -v our output will be cleaner, but the Travis job still won't be terminated - due to 'no output for 10 minutes' - as keepalive .sh produces a log line every 5 minutes. * travis: extend Swarm race detection to p2p subpackages As p2p/protocols, p2p/simulations and p2p/testing packages mostly belong to the Swarm team.
-
- Feb 27, 2019
-
-
Samuel Marks authored
-
- Feb 26, 2019
-
-
Péter Szilágyi authored
* travis, build: switch to NDK 19b, fix gomobile builds * travis, build: move NDK into its final bundle location * travis: disable Android build on PRs once again
-
- Feb 22, 2019
-
-
Ferenc Szabo authored
-
Nguyen Kien Trung authored
-
- Feb 18, 2019
-
-
Péter Szilágyi authored
-
- Feb 12, 2019
-
-
Felix Lange authored
-
Felix Lange authored
* build: use sftp for launchpad uploads * .travis.yml: configure sftp export * build: update CI docs
-
- Jan 27, 2019
-
-
Samuel Marks authored
-
- Jan 03, 2019
-
-
Samuel Marks authored
* travis, appveyor: bump to Go 1.11.4 * internal/build: revert comment changes
-
- Nov 22, 2018
-
-
Anton Evangelatov authored
-
- Nov 07, 2018
-
-
Samuel Marks authored
-
- Oct 08, 2018
-
-
Felix Lange authored
* travis: exclude non-test jobs for PRs We don't usually look at these builders and not starting them removes ~15min of build time. * build: don't run vet before tests Recent versions of Go run vet during 'go test' and we have a dedicated lint job. * build: use -timeout 5m for tests Tests sometimes hang on Travis. CI runs are aborted after 10min with no output. Adding the timeout means we get to see the stack trace for timeouts.
-
- Oct 03, 2018
-
-
Samuel Marks authored
-
- Oct 02, 2018
-
-
Anton Evangelatov authored
-
- Sep 19, 2018
-
-
Samuel Marks authored
-
- Aug 20, 2018
-
-
Anton Evangelatov authored
-
- Jun 20, 2018
-
-
ligi authored
-
- Jun 14, 2018
-
-
Péter Szilágyi authored
-
- May 18, 2018
-
-
Péter Szilágyi authored
-
- May 14, 2018
-
-
Péter Szilágyi authored
-
- May 10, 2018
-
-
ligi authored
-
- May 01, 2018
-
-
Domino Valdano authored
-
- Apr 10, 2018
-
-
Elad_ authored
This commit is meant to allow ecosystem projects such as ethersphere to minimize CI build times by specifying an environment variable with the packages to run tests on. If the environment variable isn't defined the build script will test all packages so this shouldn't affect the main go-ethereum repository.
-
Péter Szilágyi authored
-
- Mar 28, 2018
-
-
Felix Lange authored
This is supposed to fix the FTP upload issue according to travis-ci/travis-ci#9391.
-
- Mar 19, 2018
-
-
Péter Szilágyi authored
* crypto/bn256: full switchover to cloudflare's code * crypto/bn256: only use cloudflare for optimized architectures * crypto/bn256: upstream fallback for non-optimized code * .travis, build: drop support for Go 1.8 (need type aliases) * crypto/bn256/cloudflare: enable curve mul lattice optimization
-
- Mar 08, 2018
-
-
Péter Szilágyi authored
-
- Feb 27, 2018
-
-
Péter Szilágyi authored
-
- Feb 13, 2018
-
-
Felix Lange authored
* travis.yml: work around Go 1.9.4 issue * travis: workaround the workaround
-
- Jan 11, 2018
-
-
Jean-André Santoni authored
This works around travis-ci/travis-ci#8703.
-
- Jan 02, 2018
-
-
Péter Szilágyi authored
This avoids setting CC for the go run invocation, which fails on go1.10.
-
- Dec 07, 2017
-
-
Felix Lange authored
Also remove installation steps for fuse and golang.org/x/tools/cmd/cover because they're not required anymore.
-
- Nov 09, 2017
-
-
Péter Szilágyi authored
-
Dan Melton authored
* build: [finishes #15372] implements generalized linter and travis job * .travis, build: minor polishes, disable deadcode
-
- Sep 18, 2017
-
-
Davor Kapsa authored
-
- Aug 28, 2017
-
-
Péter Szilágyi authored
-