Skip to content

Commit

Permalink
v8.17
Browse files Browse the repository at this point in the history
- DietPi-Software | SABnzbd: ARMv6/7 temporary workaround: piwheels/packages#358
  • Loading branch information
MichaIng committed May 2, 2023
1 parent 3024b56 commit bb32240
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions dietpi/dietpi-software
Original file line number Diff line number Diff line change
Expand Up @@ -9254,6 +9254,11 @@ _EOF_
G_EXEC_OUTPUT=1 G_EXEC ./rustup-init.sh -y --profile minimal
G_EXEC rm rustup-init.sh
export PATH="/root/.cargo/bin:$PATH"

# - ARMv6/7 temporary workaround: https://github.com/piwheels/packages/issues/358
elif (( $G_HW_ARCH < 3 ))
then
aDEPS+=('gcc')
fi

# Download: SABnzbd v4 does not support Python 3.7 (Buster) anymore: https://github.com/sabnzbd/sabnzbd/issues/2545
Expand Down

0 comments on commit bb32240

Please sign in to comment.