From 19d079c33c3d706d4ad7809f5f9560caeb47702f Mon Sep 17 00:00:00 2001 From: Benoit Blanchon Date: Thu, 15 Jul 2021 12:30:45 +0200 Subject: [PATCH] Removed a symlink because the Arduino Library Specification forbids it --- .github/workflows/ci.yml | 5 +++++ CHANGELOG.md | 5 +++++ extras/ci/espidf/components/ArduinoJson | 1 - 3 files changed, 10 insertions(+), 1 deletion(-) delete mode 120000 extras/ci/espidf/components/ArduinoJson diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6ef34b13..92176182 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -472,6 +472,11 @@ jobs: submodules: true - name: Install ESP-IDF run: ./esp-idf/install.sh + - name: Add component + # NOTE: we cannot commit the symlink because the Arduino Library Specification forbids it. + run: | + mkdir -p extras/ci/espidf/components + ln -s $PWD extras/ci/espidf/components/ArduinoJson - name: Build example run: | source esp-idf/export.sh diff --git a/CHANGELOG.md b/CHANGELOG.md index 550f9a23..7efc29aa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,11 @@ ArduinoJson: change log ======================= +HEAD +---- + +* Removed a symlink because the Arduino Library Specification forbids it + v6.18.1 (2021-07-03) ------- diff --git a/extras/ci/espidf/components/ArduinoJson b/extras/ci/espidf/components/ArduinoJson deleted file mode 120000 index c866b868..00000000 --- a/extras/ci/espidf/components/ArduinoJson +++ /dev/null @@ -1 +0,0 @@ -../../../.. \ No newline at end of file