Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
N
nebula
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
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
exchain
nebula
Commits
5f183e84
Commit
5f183e84
authored
Feb 13, 2022
by
Nicolas "Norswap" Laurent
Committed by
norswap
Feb 25, 2022
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix the build - install python deps in a venv
parent
b24299aa
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
1 deletion
+7
-1
README.md
README.md
+0
-1
build.sh
mipigo/build.sh
+7
-0
No files found.
README.md
View file @
5f183e84
...
...
@@ -36,7 +36,6 @@ The following commands should be run from the root directory unless otherwise sp
# build minigeth for MIPS
(cd mipigo && ./build.sh)
# compute the transition from 13284469 -> 13284470 on PC
TRANSITION_BLOCK=13284469
mkdir -p /tmp/cannon
...
...
mipigo/build.sh
View file @
5f183e84
...
...
@@ -9,4 +9,11 @@ cd ../mipigo
cp
../minigeth/go-ethereum minigeth
file minigeth
if
[[
!
-d
venv
]]
;
then
python3
-m
venv venv
fi
source
venv/bin/activate
pip3
install
-r
requirements.txt
./compile.py
deactivate
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