Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
G
Geth-Modification
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
张蕾
Geth-Modification
Commits
c02334be
Commit
c02334be
authored
Feb 20, 2023
by
Péter Szilágyi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
build: yet another weird PPA fix
parent
16526843
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
deb.rules
build/deb/ethereum/deb.rules
+2
-2
No files found.
build/deb/ethereum/deb.rules
View file @
c02334be
...
@@ -21,8 +21,8 @@ override_dh_auto_build:
...
@@ -21,8 +21,8 @@ override_dh_auto_build:
# requirements opposed to older versions of Go.
# requirements opposed to older versions of Go.
(
mv
.goboot ../
&&
cd
../.goboot/src
&&
./make.bash
)
(
mv
.goboot ../
&&
cd
../.goboot/src
&&
./make.bash
)
export
GOROOT_BOOTSTRAP
=
`
pwd
`
/../.goboot
export
GOROOT_BOOTSTRAP
=
`
pwd
`
/../.goboot
echo
$
GOROOT_BOOTSTRAP
echo
$
(GOROOT_BOOTSTRAP)
(
mv
.go ../
&&
cd
../.go/src
&&
./make.bash
)
(
mv
.go ../
&&
cd
../.go/src
&&
GOROOT_BOOTSTRAP
=
`
pwd
`
/../../.goboot
./make.bash
)
# We can't download external go modules within Launchpad, so we're shipping the
# We can't download external go modules within Launchpad, so we're shipping the
# entire dependency source cache with go-ethereum.
# entire dependency source cache with go-ethereum.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment