Removes nrfutil from default install (#595)
* remove nrfutil from the default install * run CI Fuzz after merging, so changes are reflected
This commit is contained in:
2
.github/workflows/cifuzz.yml
vendored
2
.github/workflows/cifuzz.yml
vendored
@@ -1,6 +1,6 @@
|
||||
name: CIFuzz
|
||||
on:
|
||||
pull_request:
|
||||
push:
|
||||
branches:
|
||||
- develop
|
||||
jobs:
|
||||
|
||||
@@ -25,6 +25,8 @@ following:
|
||||
* python3 and pip (can be installed with the `python3-pip` package on Debian)
|
||||
* the OpenSSL command line tool (can be installed and configured with the
|
||||
`libssl-dev` and `pkg-config` packages on Debian)
|
||||
* `nrfutil` (can be installed using `pip3 install nrfutil`) if you want to flash
|
||||
a device with DFU
|
||||
* `uuid-runtime` if you are missing the `uuidgen` command.
|
||||
* `llvm` if you want to use the upgradability feature.
|
||||
|
||||
|
||||
@@ -8,6 +8,3 @@ colorama
|
||||
tqdm
|
||||
cryptography
|
||||
fido2 >= 1.0.0
|
||||
|
||||
# DFU install
|
||||
nrfutil
|
||||
|
||||
Reference in New Issue
Block a user