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
bda85e4c
Commit
bda85e4c
authored
Nov 14, 2023
by
clabby
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Strip built binaries in foundry build + bump version
parent
34b094a8
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
2 deletions
+6
-2
.foundryrc
.foundryrc
+1
-1
Dockerfile
ops/docker/ci-builder/Dockerfile
+5
-1
No files found.
.foundryrc
View file @
bda85e4c
b205b6add562c778206a9edba1c0676c04a709b1
1a2e2e071ef0a1b6f41fdcba773b04c30498752f
ops/docker/ci-builder/Dockerfile
View file @
bda85e4c
...
@@ -8,7 +8,7 @@ RUN apt-get update && \
...
@@ -8,7 +8,7 @@ RUN apt-get update && \
RUN
curl
--proto
'=https'
--tlsv1
.2
-sSf
https://sh.rustup.rs
>
rustup.sh
&&
\
RUN
curl
--proto
'=https'
--tlsv1
.2
-sSf
https://sh.rustup.rs
>
rustup.sh
&&
\
chmod
+x ./rustup.sh
&&
\
chmod
+x ./rustup.sh
&&
\
./
rustup.sh
-y
sh
rustup.sh
-y
# Install nightly toolchain
# Install nightly toolchain
RUN
source
$HOME
/.profile
&&
rustup update nightly
RUN
source
$HOME
/.profile
&&
rustup update nightly
...
@@ -24,6 +24,10 @@ COPY ./ops/scripts/install-foundry.sh ./install-foundry.sh
...
@@ -24,6 +24,10 @@ COPY ./ops/scripts/install-foundry.sh ./install-foundry.sh
RUN
curl
-L
https://foundry.paradigm.xyz | bash
RUN
curl
-L
https://foundry.paradigm.xyz | bash
RUN
source
$HOME
/.profile
&&
./install-foundry.sh
RUN
source
$HOME
/.profile
&&
./install-foundry.sh
RUN
strip /root/.foundry/bin/forge
&&
\
strip /root/.foundry/bin/cast
&&
\
strip /root/.foundry/bin/anvil
FROM
--platform=linux/amd64 ghcr.io/crytic/echidna/echidna:v2.0.4 as echidna-test
FROM
--platform=linux/amd64 ghcr.io/crytic/echidna/echidna:v2.0.4 as echidna-test
FROM
--platform=linux/amd64 debian:bullseye-slim as go-build
FROM
--platform=linux/amd64 debian:bullseye-slim as go-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