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
a7a160ec
Commit
a7a160ec
authored
Oct 27, 2021
by
George Hotz
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
should use local unicorn now
parent
3c15c97a
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
4 deletions
+3
-4
test_mipsevm.yml
.github/workflows/test_mipsevm.yml
+1
-4
.gitignore
.gitignore
+1
-0
go.mod
mipsevm/go.mod
+1
-0
No files found.
.github/workflows/test_mipsevm.yml
View file @
a7a160ec
...
...
@@ -15,10 +15,7 @@ jobs:
sudo apt-get -y --no-install-recommends install golang-1.16 nodejs npm
-
name
:
Install unicorn
run
:
|
git clone https://github.com/geohot/unicorn.git
cd unicorn
UNICORN_ARCHS=mips make -j8
sudo UNICORN_ARCHS=mips make install
./build_unicorn.sh
-
name
:
Install yarn
run
:
|
npm install --global yarn
...
...
.gitignore
View file @
a7a160ec
...
...
@@ -2,3 +2,4 @@ node_modules
artifacts
cache
unicorn
.*.swp
mipsevm/go.mod
View file @
a7a160ec
...
...
@@ -3,6 +3,7 @@ module mipsevm
go 1.17
replace github.com/ethereum/go-ethereum => ../minigeth
replace github.com/unicorn-engine/unicorn => ../unicorn
require (
github.com/btcsuite/btcd v0.22.0-beta // indirect
...
...
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