Explorar o código

Removed a symlink because the Arduino Library Specification forbids it

Benoit Blanchon %!s(int64=4) %!d(string=hai) anos
pai
achega
19d079c33c
Modificáronse 3 ficheiros con 10 adicións e 1 borrados
  1. 5 0
      .github/workflows/ci.yml
  2. 5 0
      CHANGELOG.md
  3. 0 1
      extras/ci/espidf/components/ArduinoJson

+ 5 - 0
.github/workflows/ci.yml

@@ -472,6 +472,11 @@ jobs:
           submodules: true
           submodules: true
       - name: Install ESP-IDF
       - name: Install ESP-IDF
         run: ./esp-idf/install.sh
         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
       - name: Build example
         run: |
         run: |
           source esp-idf/export.sh
           source esp-idf/export.sh

+ 5 - 0
CHANGELOG.md

@@ -1,6 +1,11 @@
 ArduinoJson: change log
 ArduinoJson: change log
 =======================
 =======================
 
 
+HEAD
+----
+
+* Removed a symlink because the Arduino Library Specification forbids it
+
 v6.18.1 (2021-07-03)
 v6.18.1 (2021-07-03)
 -------
 -------
 
 

+ 0 - 1
extras/ci/espidf/components/ArduinoJson

@@ -1 +0,0 @@
-../../../..