Commit a7a160ec authored by George Hotz's avatar George Hotz

should use local unicorn now

parent 3c15c97a
...@@ -15,10 +15,7 @@ jobs: ...@@ -15,10 +15,7 @@ jobs:
sudo apt-get -y --no-install-recommends install golang-1.16 nodejs npm sudo apt-get -y --no-install-recommends install golang-1.16 nodejs npm
- name: Install unicorn - name: Install unicorn
run: | run: |
git clone https://github.com/geohot/unicorn.git ./build_unicorn.sh
cd unicorn
UNICORN_ARCHS=mips make -j8
sudo UNICORN_ARCHS=mips make install
- name: Install yarn - name: Install yarn
run: | run: |
npm install --global yarn npm install --global yarn
......
...@@ -2,3 +2,4 @@ node_modules ...@@ -2,3 +2,4 @@ node_modules
artifacts artifacts
cache cache
unicorn unicorn
.*.swp
...@@ -3,6 +3,7 @@ module mipsevm ...@@ -3,6 +3,7 @@ module mipsevm
go 1.17 go 1.17
replace github.com/ethereum/go-ethereum => ../minigeth replace github.com/ethereum/go-ethereum => ../minigeth
replace github.com/unicorn-engine/unicorn => ../unicorn
require ( require (
github.com/btcsuite/btcd v0.22.0-beta // indirect github.com/btcsuite/btcd v0.22.0-beta // indirect
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment