Skip to content

Commit

Permalink
enocean-adapter: Temporary skip adapter because of FTBFS
Browse files Browse the repository at this point in the history
Maybe re-enabled later

Relate-to: WebThingsIO#44
Change-Id: Iffab8e7084e4204b5072beb5a8281901b552ea0b
Signed-off-by: Philippe Coval <[email protected]>
  • Loading branch information
rzr committed Jan 16, 2020
1 parent 69cacb8 commit 384f32d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion build-addons.sh
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,9 @@ if [ -z "${ADAPTERS}" ]; then
)
fi

SKIP_ADAPTERS=()
SKIP_ADAPTERS=(
enocean-adapter
)
for ADDON_ARCH in ${ADDON_ARCHS}; do
case "${ADDON_ARCH}" in

Expand Down

0 comments on commit 384f32d

Please sign in to comment.