Plume-org/Plume

Long time to build from source code on Pi 4 platform

erihsu opened this issue · 6 comments

I am trying to build plum from source code on Pi 4 platform , but I have waited for a long time in the front-end building step without any installation feedback. I am not sure if this process stuck by any problem.

wasm-pack build --target web --release plume-front

Screen Shot 2021-09-05 at 11 32 11 AM

It sometimes takes more than one hour. top command might show whether build is stuck or not, though I don't know Pi platform well.

@KitaitiMakoto I can see cargo process in the top menu at times with low mem & low cpu usage. But I can't know more about how's going with installation.

hmm... it sounds odd. --dev flag might shows something helpful:

wasm-pack build --dev --target web plume-front

hmm... it sounds odd. --dev flag might shows something helpful:

wasm-pack build --dev --target web plume-front

Thx honestly. But I am considering reinstall wasp-pack first on my Pi4 machine 😂. I will keep updating as I got any progress

Finally I found I got stuck by rustup updating during installation. I have rustup update stable to meet the minimal rust version requirement in plume tool-chain and hopefully there will be no more stucks.

Sounds good