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
344ae828
Commit
344ae828
authored
Dec 22, 2022
by
Nicolas "Norswap" Laurent
Committed by
norswap
Dec 22, 2022
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update workflows to use go 1.17
parent
dd7ec7fc
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
5 additions
and
5 deletions
+5
-5
test_challenge.yml
.github/workflows/test_challenge.yml
+1
-1
test_challenge_fault.yml
.github/workflows/test_challenge_fault.yml
+1
-1
test_challenge_simple.yml
.github/workflows/test_challenge_simple.yml
+1
-1
test_minigeth.yml
.github/workflows/test_minigeth.yml
+1
-1
test_mipsevm.yml
.github/workflows/test_mipsevm.yml
+1
-1
No files found.
.github/workflows/test_challenge.yml
View file @
344ae828
...
...
@@ -14,7 +14,7 @@ jobs:
-
name
:
Install Toolchain
run
:
|
sudo apt-get update
sudo apt-get -y --no-install-recommends install golang-1.1
6
nodejs make cmake pkg-config
sudo apt-get -y --no-install-recommends install golang-1.1
7
nodejs make cmake pkg-config
npm install --global pnpm
-
name
:
Build
run
:
make libunicorn minigeth_mips minigeth_prefetch mipsevm nodejs
...
...
.github/workflows/test_challenge_fault.yml
View file @
344ae828
...
...
@@ -14,7 +14,7 @@ jobs:
-
name
:
Install Toolchain
run
:
|
sudo apt-get update
sudo apt-get -y --no-install-recommends install golang-1.1
6
nodejs make cmake pkg-config
sudo apt-get -y --no-install-recommends install golang-1.1
7
nodejs make cmake pkg-config
npm install --global pnpm
-
name
:
Build
run
:
make build
...
...
.github/workflows/test_challenge_simple.yml
View file @
344ae828
...
...
@@ -14,7 +14,7 @@ jobs:
-
name
:
Install Toolchain
run
:
|
sudo apt-get update
sudo apt-get -y --no-install-recommends install golang-1.1
6
nodejs make cmake pkg-config
sudo apt-get -y --no-install-recommends install golang-1.1
7
nodejs make cmake pkg-config
npm install --global pnpm
-
name
:
Build
run
:
make build
...
...
.github/workflows/test_minigeth.yml
View file @
344ae828
...
...
@@ -14,7 +14,7 @@ jobs:
-
name
:
Install Toolchain
run
:
|
sudo apt-get update
sudo apt-get -y --no-install-recommends install golang-1.1
6
make cmake pkg-config
sudo apt-get -y --no-install-recommends install golang-1.1
7
make cmake pkg-config
-
name
:
Build minigeth
run
:
make minigeth_prefetch
-
name
:
Test Minigeth
...
...
.github/workflows/test_mipsevm.yml
View file @
344ae828
...
...
@@ -14,7 +14,7 @@ jobs:
-
name
:
Install Toolchain
run
:
|
sudo apt-get update
sudo apt-get -y --no-install-recommends install golang-1.1
6
nodejs make cmake pkg-config
sudo apt-get -y --no-install-recommends install golang-1.1
7
nodejs make cmake pkg-config
npm install --global pnpm
-
name
:
Build
run
:
make build
...
...
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