ARM scripts incorrectly set ARCH=armhf for armv7 builds #639

Open
opened 2019-07-28 23:15:25 +00:00 by asonix · 0 comments
asonix commented 2019-07-28 23:15:25 +00:00 (Migrated from github.com)

Currently, the armv7 architecture will be represented as armhf, but logic is only run if the ARCH variable matches aarch64 or armv7l.

To fix this, -o $ARCH == "armhf" can be added to the wasm-deps and plume-front scripts.

Additionally, the cd /app can be removed from the plume-front script, it doesn't do anything if the /app directory doesn't exist.

Currently, the armv7 architecture will be represented as `armhf`, but logic is only run if the ARCH variable matches `aarch64` or `armv7l`. To fix this, `-o $ARCH == "armhf"` can be added to the `wasm-deps` and `plume-front` scripts. Additionally, the `cd /app` can be removed from the `plume-front` script, it doesn't do anything if the `/app` directory doesn't exist.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: Plume/Plume#639
No description provided.