Skip to content

Commit 8e87e48

Browse files
committed
cmake
1 parent 7cec13c commit 8e87e48

File tree

3 files changed

+67
-31
lines changed

3 files changed

+67
-31
lines changed

.github/workflows/qemu-fuzzer-tester-prepare/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ runs:
88
run: |
99
apt-get update
1010
apt-get install -y qemu-utils sudo python3-msgpack python3-jinja2 curl python3-dev gcc-arm-none-eabi \
11-
gcc-arm-linux-gnueabi g++-arm-linux-gnueabi
11+
gcc-arm-linux-gnueabi g++-arm-linux-gnueabi cmake
1212
- name: Remove old rust
1313
shell: bash
1414
run: sudo apt purge -y 'rust*' 'cargo*'

Cargo.lock

Lines changed: 13 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

fuzzers/binary_only/qemu_launcher/Cargo.lock

Lines changed: 53 additions & 27 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)