mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-20 10:52:25 +00:00
Revert "internal/build: apply -ubuntu to env (#27910)"
This reverts commit 21e3ca2059.
This commit is contained in:
parent
b51d4b8fad
commit
551afb9d91
1 changed files with 0 additions and 3 deletions
|
|
@ -170,8 +170,5 @@ func applyEnvFlags(env Environment) Environment {
|
||||||
if *CronJobFlag {
|
if *CronJobFlag {
|
||||||
env.IsCronJob = true
|
env.IsCronJob = true
|
||||||
}
|
}
|
||||||
if *UbuntuVersionFlag != "" {
|
|
||||||
env.UbuntuVersion = *UbuntuVersionFlag
|
|
||||||
}
|
|
||||||
return env
|
return env
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue