Skip to content

Commit

Permalink
delete eco, update commit
Browse files Browse the repository at this point in the history
  • Loading branch information
tokatoka committed Sep 2, 2023
1 parent e26a282 commit 3b9e3fa
Show file tree
Hide file tree
Showing 16 changed files with 26 additions and 168 deletions.
4 changes: 2 additions & 2 deletions fuzzers/libafl_fuzzbench_cmplog/builder.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ FROM $parent_image
# Uninstall old Rust & Install the latest one.
RUN if which rustup; then rustup self uninstall -y; fi && \
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs > /rustup.sh && \
sh /rustup.sh --default-toolchain nightly-2023-03-29 -y && \
sh /rustup.sh --default-toolchain nightly-2023-08-31 -y && \
rm /rustup.sh

# Install dependencies.
Expand All @@ -37,7 +37,7 @@ RUN apt-get update && \
# Download libafl
RUN git clone https://github.com/AFLplusplus/libafl_fuzzbench /libafl_fuzzbench && \
cd /libafl_fuzzbench && \
git checkout 8a5aaf395d8c3160d980334faffdd215f101d1d3 && \
git checkout 310fe4048bb90def1619f65714ab285a4e7d2e75 && \
git submodule update --init

# Compile libafl
Expand Down
4 changes: 2 additions & 2 deletions fuzzers/libafl_fuzzbench_cov_accounting/builder.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ FROM $parent_image
# Uninstall old Rust & Install the latest one.
RUN if which rustup; then rustup self uninstall -y; fi && \
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs > /rustup.sh && \
sh /rustup.sh --default-toolchain nightly-2023-03-29 -y && \
sh /rustup.sh --default-toolchain nightly-2023-08-31 -y && \
rm /rustup.sh

# Install dependencies.
Expand All @@ -37,7 +37,7 @@ RUN apt-get update && \
# Download libafl
RUN git clone https://github.com/AFLplusplus/libafl_fuzzbench /libafl_fuzzbench && \
cd /libafl_fuzzbench && \
git checkout 8a5aaf395d8c3160d980334faffdd215f101d1d3 && \
git checkout 310fe4048bb90def1619f65714ab285a4e7d2e75 && \
git submodule update --init

# Compile libafl
Expand Down
52 changes: 0 additions & 52 deletions fuzzers/libafl_fuzzbench_eco/builder.Dockerfile

This file was deleted.

67 changes: 0 additions & 67 deletions fuzzers/libafl_fuzzbench_eco/fuzzer.py

This file was deleted.

23 changes: 0 additions & 23 deletions fuzzers/libafl_fuzzbench_eco/runner.Dockerfile

This file was deleted.

4 changes: 2 additions & 2 deletions fuzzers/libafl_fuzzbench_explore/builder.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ FROM $parent_image
# Uninstall old Rust & Install the latest one.
RUN if which rustup; then rustup self uninstall -y; fi && \
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs > /rustup.sh && \
sh /rustup.sh --default-toolchain nightly-2023-03-29 -y && \
sh /rustup.sh --default-toolchain nightly-2023-08-31 -y && \
rm /rustup.sh

# Install dependencies.
Expand All @@ -37,7 +37,7 @@ RUN apt-get update && \
# Download libafl
RUN git clone https://github.com/AFLplusplus/libafl_fuzzbench /libafl_fuzzbench && \
cd /libafl_fuzzbench && \
git checkout 8a5aaf395d8c3160d980334faffdd215f101d1d3 && \
git checkout 310fe4048bb90def1619f65714ab285a4e7d2e75 && \
git submodule update --init

# Compile libafl
Expand Down
4 changes: 2 additions & 2 deletions fuzzers/libafl_fuzzbench_fast/builder.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ FROM $parent_image
# Uninstall old Rust & Install the latest one.
RUN if which rustup; then rustup self uninstall -y; fi && \
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs > /rustup.sh && \
sh /rustup.sh --default-toolchain nightly-2023-03-29 -y && \
sh /rustup.sh --default-toolchain nightly-2023-08-31 -y && \
rm /rustup.sh

# Install dependencies.
Expand All @@ -37,7 +37,7 @@ RUN apt-get update && \
# Download libafl
RUN git clone https://github.com/AFLplusplus/libafl_fuzzbench /libafl_fuzzbench && \
cd /libafl_fuzzbench && \
git checkout 8a5aaf395d8c3160d980334faffdd215f101d1d3 && \
git checkout 310fe4048bb90def1619f65714ab285a4e7d2e75 && \
git submodule update --init

# Compile libafl
Expand Down
4 changes: 2 additions & 2 deletions fuzzers/libafl_fuzzbench_grimoire/builder.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ FROM $parent_image
# Uninstall old Rust & Install the latest one.
RUN if which rustup; then rustup self uninstall -y; fi && \
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs > /rustup.sh && \
sh /rustup.sh --default-toolchain nightly-2023-03-29 -y && \
sh /rustup.sh --default-toolchain nightly-2023-08-31 -y && \
rm /rustup.sh

# Install dependencies.
Expand All @@ -37,7 +37,7 @@ RUN apt-get update && \
# Download libafl
RUN git clone https://github.com/AFLplusplus/libafl_fuzzbench /libafl_fuzzbench && \
cd /libafl_fuzzbench && \
git checkout 9c04e3c5e976fc4930eabe3b9fb400ae41c2dda3 && \
git checkout 310fe4048bb90def1619f65714ab285a4e7d2e75 && \
git submodule update --init

# Compile libafl
Expand Down
4 changes: 2 additions & 2 deletions fuzzers/libafl_fuzzbench_mopt/builder.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ FROM $parent_image
# Uninstall old Rust & Install the latest one.
RUN if which rustup; then rustup self uninstall -y; fi && \
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs > /rustup.sh && \
sh /rustup.sh --default-toolchain nightly-2023-03-29 -y && \
sh /rustup.sh --default-toolchain nightly-2023-08-31 -y && \
rm /rustup.sh

# Install dependencies.
Expand All @@ -37,7 +37,7 @@ RUN apt-get update && \
# Download libafl
RUN git clone https://github.com/AFLplusplus/libafl_fuzzbench /libafl_fuzzbench && \
cd /libafl_fuzzbench && \
git checkout 8a5aaf395d8c3160d980334faffdd215f101d1d3 && \
git checkout 310fe4048bb90def1619f65714ab285a4e7d2e75 && \
git submodule update --init

# Compile libafl
Expand Down
4 changes: 2 additions & 2 deletions fuzzers/libafl_fuzzbench_naive/builder.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ FROM $parent_image
# Uninstall old Rust & Install the latest one.
RUN if which rustup; then rustup self uninstall -y; fi && \
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs > /rustup.sh && \
sh /rustup.sh --default-toolchain nightly-2023-03-29 -y && \
sh /rustup.sh --default-toolchain nightly-2023-08-31 -y && \
rm /rustup.sh

# Install dependencies.
Expand All @@ -37,7 +37,7 @@ RUN apt-get update && \
# Download libafl
RUN git clone https://github.com/AFLplusplus/libafl_fuzzbench /libafl_fuzzbench && \
cd /libafl_fuzzbench && \
git checkout 8a5aaf395d8c3160d980334faffdd215f101d1d3 && \
git checkout 310fe4048bb90def1619f65714ab285a4e7d2e75 && \
git submodule update --init

# Compile libafl
Expand Down
4 changes: 2 additions & 2 deletions fuzzers/libafl_fuzzbench_naive_ctx/builder.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ FROM $parent_image
# Uninstall old Rust & Install the latest one.
RUN if which rustup; then rustup self uninstall -y; fi && \
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs > /rustup.sh && \
sh /rustup.sh --default-toolchain nightly-2023-03-29 -y && \
sh /rustup.sh --default-toolchain nightly-2023-08-31 -y && \
rm /rustup.sh

# Install dependencies.
Expand All @@ -37,7 +37,7 @@ RUN apt-get update && \
# Download libafl
RUN git clone https://github.com/AFLplusplus/libafl_fuzzbench /libafl_fuzzbench && \
cd /libafl_fuzzbench && \
git checkout 8a5aaf395d8c3160d980334faffdd215f101d1d3 && \
git checkout 310fe4048bb90def1619f65714ab285a4e7d2e75 && \
git submodule update --init

# Compile libafl
Expand Down
4 changes: 2 additions & 2 deletions fuzzers/libafl_fuzzbench_ngram4/builder.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ FROM $parent_image
# Uninstall old Rust & Install the latest one.
RUN if which rustup; then rustup self uninstall -y; fi && \
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs > /rustup.sh && \
sh /rustup.sh --default-toolchain nightly-2023-03-29 -y && \
sh /rustup.sh --default-toolchain nightly-2023-08-31 -y && \
rm /rustup.sh

# Install dependencies.
Expand All @@ -37,7 +37,7 @@ RUN apt-get update && \
# Download libafl
RUN git clone https://github.com/AFLplusplus/libafl_fuzzbench /libafl_fuzzbench && \
cd /libafl_fuzzbench && \
git checkout 8a5aaf395d8c3160d980334faffdd215f101d1d3 && \
git checkout 310fe4048bb90def1619f65714ab285a4e7d2e75 && \
git submodule update --init

# Compile libafl
Expand Down
4 changes: 2 additions & 2 deletions fuzzers/libafl_fuzzbench_ngram8/builder.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ FROM $parent_image
# Uninstall old Rust & Install the latest one.
RUN if which rustup; then rustup self uninstall -y; fi && \
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs > /rustup.sh && \
sh /rustup.sh --default-toolchain nightly-2023-03-29 -y && \
sh /rustup.sh --default-toolchain nightly-2023-08-31 -y && \
rm /rustup.sh

# Install dependencies.
Expand All @@ -37,7 +37,7 @@ RUN apt-get update && \
# Download libafl
RUN git clone https://github.com/AFLplusplus/libafl_fuzzbench /libafl_fuzzbench && \
cd /libafl_fuzzbench && \
git checkout 8a5aaf395d8c3160d980334faffdd215f101d1d3 && \
git checkout 310fe4048bb90def1619f65714ab285a4e7d2e75 && \
git submodule update --init

# Compile libafl
Expand Down
4 changes: 2 additions & 2 deletions fuzzers/libafl_fuzzbench_rand_scheduler/builder.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ FROM $parent_image
# Uninstall old Rust & Install the latest one.
RUN if which rustup; then rustup self uninstall -y; fi && \
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs > /rustup.sh && \
sh /rustup.sh --default-toolchain nightly-2023-03-29 -y && \
sh /rustup.sh --default-toolchain nightly-2023-08-31 -y && \
rm /rustup.sh

# Install dependencies.
Expand All @@ -37,7 +37,7 @@ RUN apt-get update && \
# Download libafl
RUN git clone https://github.com/AFLplusplus/libafl_fuzzbench /libafl_fuzzbench && \
cd /libafl_fuzzbench && \
git checkout 8a5aaf395d8c3160d980334faffdd215f101d1d3 && \
git checkout 310fe4048bb90def1619f65714ab285a4e7d2e75 && \
git submodule update --init

# Compile libafl
Expand Down
4 changes: 2 additions & 2 deletions fuzzers/libafl_fuzzbench_value_profile/builder.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ FROM $parent_image
# Uninstall old Rust & Install the latest one.
RUN if which rustup; then rustup self uninstall -y; fi && \
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs > /rustup.sh && \
sh /rustup.sh --default-toolchain nightly-2023-03-29 -y && \
sh /rustup.sh --default-toolchain nightly-2023-08-31 -y && \
rm /rustup.sh

# Install dependencies.
Expand All @@ -37,7 +37,7 @@ RUN apt-get update && \
# Download libafl
RUN git clone https://github.com/AFLplusplus/libafl_fuzzbench /libafl_fuzzbench && \
cd /libafl_fuzzbench && \
git checkout 8a5aaf395d8c3160d980334faffdd215f101d1d3 && \
git checkout 310fe4048bb90def1619f65714ab285a4e7d2e75 && \
git submodule update --init

# Compile libafl
Expand Down
4 changes: 2 additions & 2 deletions fuzzers/libafl_fuzzbench_weighted/builder.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ FROM $parent_image
# Uninstall old Rust & Install the latest one.
RUN if which rustup; then rustup self uninstall -y; fi && \
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs > /rustup.sh && \
sh /rustup.sh --default-toolchain nightly-2023-03-29 -y && \
sh /rustup.sh --default-toolchain nightly-2023-08-31 -y && \
rm /rustup.sh

# Install dependencies.
Expand All @@ -37,7 +37,7 @@ RUN apt-get update && \
# Download libafl
RUN git clone https://github.com/AFLplusplus/libafl_fuzzbench /libafl_fuzzbench && \
cd /libafl_fuzzbench && \
git checkout 8a5aaf395d8c3160d980334faffdd215f101d1d3 && \
git checkout 310fe4048bb90def1619f65714ab285a4e7d2e75 && \
git submodule update --init

# Compile libafl
Expand Down

0 comments on commit 3b9e3fa

Please sign in to comment.