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
0f20678d
Commit
0f20678d
authored
Nov 04, 2022
by
Mark Tyneway
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ci: update foundry
parent
e1d468ba
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletion
+5
-1
Dockerfile
ops/docker/ci-builder/Dockerfile
+1
-1
README.md
packages/contracts-bedrock/README.md
+4
-0
No files found.
ops/docker/ci-builder/Dockerfile
View file @
0f20678d
...
@@ -16,7 +16,7 @@ WORKDIR /opt/foundry
...
@@ -16,7 +16,7 @@ WORKDIR /opt/foundry
# Only diff from upstream docker image is this clone instead
# Only diff from upstream docker image is this clone instead
# of COPY. We select a specific commit to use.
# of COPY. We select a specific commit to use.
RUN
git clone https://github.com/foundry-rs/foundry.git
.
\
RUN
git clone https://github.com/foundry-rs/foundry.git
.
\
&&
git checkout
f540aa9ebde88dce720140b332412089c2ee85b
6
&&
git checkout
c06b53287dc23c4e5b1b3e57c937a90114bbe16
6
RUN
source
$HOME
/.profile
&&
\
RUN
source
$HOME
/.profile
&&
\
cargo build
--release
&&
\
cargo build
--release
&&
\
...
...
packages/contracts-bedrock/README.md
View file @
0f20678d
...
@@ -55,6 +55,10 @@ npm install @eth-optimism/contracts-bedrock
...
@@ -55,6 +55,10 @@ npm install @eth-optimism/contracts-bedrock
We work on this repository with a combination of
[
Hardhat
](
https://hardhat.org
)
and
[
Foundry
](
https://getfoundry.sh/
)
.
We work on this repository with a combination of
[
Hardhat
](
https://hardhat.org
)
and
[
Foundry
](
https://getfoundry.sh/
)
.
1.
Install Foundry by following
[
the instructions located here
](
https://getfoundry.sh/
)
.
1.
Install Foundry by following
[
the instructions located here
](
https://getfoundry.sh/
)
.
A specific version must be used.
```
shell
foundryup
-C
c06b53287dc23c4e5b1b3e57c937a90114bbe166
```
2.
Install node modules with yarn (v1) and Node.js (16+):
2.
Install node modules with yarn (v1) and Node.js (16+):
```
shell
```
shell
...
...
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