Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dockerfile creation speed-up by not running go tests, added a workaround #297

Merged
merged 1 commit into from
Feb 11, 2015

Conversation

sveneh
Copy link

@sveneh sveneh commented Feb 9, 2015

so that docker's cache is invalidated whenever the git repo is updated.

so that docker's cache is invalidated whenever th git repo is updated.
@tgerring
Copy link
Contributor

tgerring commented Feb 9, 2015

Strictly speaking, I believe we can use the golang package in the Ubuntu repo for Go 1.2 if you want even faster "build".

@sveneh
Copy link
Author

sveneh commented Feb 10, 2015

hi taylor, of course using the repo package or ppa would be even better, but I have no knowledge what the requirements are for go ethereum.

Anything needed to merge this PR?

@fjl
Copy link
Contributor

fjl commented Feb 10, 2015

We need at least Go 1.3. We can use the official Go binaries instead of building ourself.

@tgerring tgerring merged commit 70e2df3 into ethereum:develop Feb 11, 2015
nonsense pushed a commit that referenced this pull request Mar 23, 2018
ngtuna added a commit to ngtuna/tomochain that referenced this pull request Nov 23, 2018
Fixed delay longer than 10 seconds when near at block checkpoint.
AusIV pushed a commit to NoteGio/go-ethereum that referenced this pull request Feb 22, 2021
tony-ricciardi pushed a commit to tony-ricciardi/go-ethereum that referenced this pull request Jan 20, 2022
* Adds UseLightweightKDF option to mobile config

The mobile geth config options were pared down tp reduce complexity, but
the UseLightweightKDF option was not added. Because we use Geth to store
our keys on mobile, we want to use the lightweight KDF otherwise we get
OOM crashes on certain phones.

* Sets node config KDF parameter correctly

It needed to be passed through from mobile config to node config.

* Adds links for reference
weiihann pushed a commit to weiihann/go-ethereum that referenced this pull request Nov 30, 2023
* update proof generation

Signed-off-by: Ignacio Hagopian <jsign.uy@gmail.com>

* simplification and comment

Signed-off-by: Ignacio Hagopian <jsign.uy@gmail.com>

* update go-verkle

Signed-off-by: Ignacio Hagopian <jsign.uy@gmail.com>

---------

Signed-off-by: Ignacio Hagopian <jsign.uy@gmail.com>
billettc pushed a commit to streamingfast/go-ethereum that referenced this pull request May 13, 2024
luanxu-mxc pushed a commit to MXCzkEVM/mxc-geth that referenced this pull request Sep 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants