From 963549f9bb6dfa8b0783a4187030ecde5ed0e0f1 Mon Sep 17 00:00:00 2001 From: kaczmarczyck <43844792+kaczmarczyck@users.noreply.github.com> Date: Mon, 13 Feb 2023 17:49:29 +0100 Subject: [PATCH] Removes nrfutil from default install (#595) * remove nrfutil from the default install * run CI Fuzz after merging, so changes are reflected --- .github/workflows/cifuzz.yml | 2 +- docs/install.md | 2 ++ requirements.txt | 3 --- 3 files changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/cifuzz.yml b/.github/workflows/cifuzz.yml index 01fbe9d..4e20c47 100644 --- a/.github/workflows/cifuzz.yml +++ b/.github/workflows/cifuzz.yml @@ -1,6 +1,6 @@ name: CIFuzz on: - pull_request: + push: branches: - develop jobs: diff --git a/docs/install.md b/docs/install.md index 6cb0698..f326f59 100644 --- a/docs/install.md +++ b/docs/install.md @@ -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. diff --git a/requirements.txt b/requirements.txt index 020ce32..d81909d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -8,6 +8,3 @@ colorama tqdm cryptography fido2 >= 1.0.0 - -# DFU install -nrfutil