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
fcfcf6e7
Unverified
Commit
fcfcf6e7
authored
Sep 20, 2022
by
Matthew Slipper
Committed by
GitHub
Sep 20, 2022
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ci-builder: Remove ugly shell hack (#3513)
parent
6cb2110b
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
4 deletions
+7
-4
cyan-kangaroos-march.md
.changeset/cyan-kangaroos-march.md
+5
-0
Dockerfile
ops/docker/ci-builder/Dockerfile
+2
-4
No files found.
.changeset/cyan-kangaroos-march.md
0 → 100644
View file @
fcfcf6e7
---
'
@eth-optimism/ci-builder'
:
patch
---
Remove ugly shell hack
ops/docker/ci-builder/Dockerfile
View file @
fcfcf6e7
FROM
debian:bullseye-20220822-slim as foundry-build
FROM
debian:bullseye-20220822-slim as foundry-build
SHELL
["/bin/bash", "-c"]
WORKDIR
/opt
WORKDIR
/opt
ENV
DEBIAN_FRONTEND=noninteractive
ENV
DEBIAN_FRONTEND=noninteractive
...
@@ -16,10 +18,6 @@ WORKDIR /opt/foundry
...
@@ -16,10 +18,6 @@ WORKDIR /opt/foundry
RUN
git clone https://github.com/foundry-rs/foundry.git
.
\
RUN
git clone https://github.com/foundry-rs/foundry.git
.
\
&&
git checkout f540aa9ebde88dce720140b332412089c2ee85b6
&&
git checkout f540aa9ebde88dce720140b332412089c2ee85b6
# Make sure we use bash instead of sh to get the source
# command below
RUN
rm
/bin/sh
&&
ln
-s
/bin/bash /bin/sh
RUN
source
$HOME
/.profile
&&
\
RUN
source
$HOME
/.profile
&&
\
cargo build
--release
&&
\
cargo build
--release
&&
\
strip /opt/foundry/target/release/forge
&&
\
strip /opt/foundry/target/release/forge
&&
\
...
...
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