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
9ac88806
Unverified
Commit
9ac88806
authored
Aug 10, 2022
by
Mark Tyneway
Committed by
GitHub
Aug 10, 2022
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ops: update ci-builder (#3200)
geth to v1.10.21 go to 1.19 golangci-lint to 1.48.0
parent
8ed8d4ec
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
4 deletions
+9
-4
silent-comics-flash.md
.changeset/silent-comics-flash.md
+5
-0
Dockerfile
ops/docker/ci-builder/Dockerfile
+4
-4
No files found.
.changeset/silent-comics-flash.md
0 → 100644
View file @
9ac88806
---
'
@eth-optimism/ci-builder'
:
patch
---
Update golang, geth and golangci-lint
ops/docker/ci-builder/Dockerfile
View file @
9ac88806
FROM
ethereum/client-go:alltools-v1.10.
17
as geth
FROM
ethereum/client-go:alltools-v1.10.
21
as geth
FROM
ethereumoptimism/foundry:latest as foundry
FROM
ethereumoptimism/foundry:latest as foundry
...
@@ -15,8 +15,8 @@ COPY check-changed.sh /usr/local/bin/check-changed
...
@@ -15,8 +15,8 @@ COPY check-changed.sh /usr/local/bin/check-changed
RUN
apt-get update
&&
\
RUN
apt-get update
&&
\
apt-get
install
-y
bash curl openssh-client git build-essential ca-certificates jq musl
&&
\
apt-get
install
-y
bash curl openssh-client git build-essential ca-certificates jq musl
&&
\
curl
-sL
https://deb.nodesource.com/setup_16.x
-o
nodesource_setup.sh
&&
\
curl
-sL
https://deb.nodesource.com/setup_16.x
-o
nodesource_setup.sh
&&
\
curl
-sL
https://go.dev/dl/go1.1
8.2.linux-amd64.tar.gz
-o
go1.18.2
.linux-amd64.tar.gz
&&
\
curl
-sL
https://go.dev/dl/go1.1
9.linux-amd64.tar.gz
-o
go1.19
.linux-amd64.tar.gz
&&
\
tar
-C
/usr/local/
-xzvf
go1.1
8.2
.linux-amd64.tar.gz
&&
\
tar
-C
/usr/local/
-xzvf
go1.1
9
.linux-amd64.tar.gz
&&
\
ln
-s
/usr/local/go/bin/gofmt /usr/local/bin/gofmt
&&
\
ln
-s
/usr/local/go/bin/gofmt /usr/local/bin/gofmt
&&
\
bash nodesource_setup.sh
&&
\
bash nodesource_setup.sh
&&
\
apt-get
install
-y
nodejs
&&
\
apt-get
install
-y
nodejs
&&
\
...
@@ -24,7 +24,7 @@ RUN apt-get update && \
...
@@ -24,7 +24,7 @@ RUN apt-get update && \
npm i
-g
depcheck
&&
\
npm i
-g
depcheck
&&
\
pip
install
slither-analyzer
&&
\
pip
install
slither-analyzer
&&
\
go
install
gotest.tools/gotestsum@latest
&&
\
go
install
gotest.tools/gotestsum@latest
&&
\
curl
-sSfL
https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh
-s
--
-b
$(
go
env
GOPATH
)
/bin v1.4
6.2
&&
\
curl
-sSfL
https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh
-s
--
-b
$(
go
env
GOPATH
)
/bin v1.4
8.0
&&
\
curl
-fLSs
https://raw.githubusercontent.com/CircleCI-Public/circleci-cli/master/install.sh | bash
&&
\
curl
-fLSs
https://raw.githubusercontent.com/CircleCI-Public/circleci-cli/master/install.sh | bash
&&
\
chmod
+x /usr/local/bin/check-changed
chmod
+x /usr/local/bin/check-changed
...
...
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