From f3f607831a7ca85fcedb2f5fe9f6071af95b9e31 Mon Sep 17 00:00:00 2001 From: Fabian Kaczmarczyck Date: Mon, 13 Feb 2023 17:03:38 +0100 Subject: [PATCH 1/2] remove nrfutil from the default install --- docs/install.md | 2 ++ requirements.txt | 3 --- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/docs/install.md b/docs/install.md index 6cb06983..f326f59b 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 020ce32d..d81909db 100644 --- a/requirements.txt +++ b/requirements.txt @@ -8,6 +8,3 @@ colorama tqdm cryptography fido2 >= 1.0.0 - -# DFU install -nrfutil From 1e78aca5eb74ca4fe00e9af17e0e73c757e37fa8 Mon Sep 17 00:00:00 2001 From: Fabian Kaczmarczyck Date: Mon, 13 Feb 2023 17:26:55 +0100 Subject: [PATCH 2/2] run CI Fuzz after merging, so changes are reflected --- .github/workflows/cifuzz.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cifuzz.yml b/.github/workflows/cifuzz.yml index 01fbe9dd..4e20c470 100644 --- a/.github/workflows/cifuzz.yml +++ b/.github/workflows/cifuzz.yml @@ -1,6 +1,6 @@ name: CIFuzz on: - pull_request: + push: branches: - develop jobs: