mirror of
https://github.com/logos-blockchain/lez-fuzzing.git
synced 2026-06-07 11:39:30 +00:00
fix: checkout for LEZ and paths
This commit is contained in:
parent
0e1f7429a2
commit
d7ee2f8a7c
28
.github/workflows/fuzz-afl.yml
vendored
28
.github/workflows/fuzz-afl.yml
vendored
@ -46,6 +46,20 @@ jobs:
|
|||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
|
- name: Checkout logos-execution-zone alongside lez-fuzzing
|
||||||
|
uses: actions/checkout@v4
|
||||||
|
with:
|
||||||
|
repository: logos-blockchain/logos-execution-zone
|
||||||
|
path: logos-execution-zone
|
||||||
|
|
||||||
|
- name: Symlink logos-execution-zone to sibling directory
|
||||||
|
run: ln -s "$GITHUB_WORKSPACE/logos-execution-zone" "$GITHUB_WORKSPACE/../logos-execution-zone"
|
||||||
|
|
||||||
|
- name: Install logos-blockchain-circuits
|
||||||
|
uses: ./logos-execution-zone/.github/actions/install-logos-blockchain-circuits
|
||||||
|
with:
|
||||||
|
github-token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
|
||||||
- name: Install AFL++ v4.40c from source
|
- name: Install AFL++ v4.40c from source
|
||||||
run: |
|
run: |
|
||||||
sudo apt-get update -q
|
sudo apt-get update -q
|
||||||
@ -161,6 +175,20 @@ jobs:
|
|||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
|
- name: Checkout logos-execution-zone alongside lez-fuzzing
|
||||||
|
uses: actions/checkout@v4
|
||||||
|
with:
|
||||||
|
repository: logos-blockchain/logos-execution-zone
|
||||||
|
path: logos-execution-zone
|
||||||
|
|
||||||
|
- name: Symlink logos-execution-zone to sibling directory
|
||||||
|
run: ln -s "$GITHUB_WORKSPACE/logos-execution-zone" "$GITHUB_WORKSPACE/../logos-execution-zone"
|
||||||
|
|
||||||
|
- name: Install logos-blockchain-circuits
|
||||||
|
uses: ./logos-execution-zone/.github/actions/install-logos-blockchain-circuits
|
||||||
|
with:
|
||||||
|
github-token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
|
||||||
- name: Install Rust nightly + llvm-tools-preview
|
- name: Install Rust nightly + llvm-tools-preview
|
||||||
uses: dtolnay/rust-toolchain@nightly
|
uses: dtolnay/rust-toolchain@nightly
|
||||||
with:
|
with:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user