dev4vater / vater

11 stars 4 forks source link

turned setup into multi-files. Initial arm support #286

Closed Donovan-Medina closed 2 years ago

Donovan-Medina commented 2 years ago

Overview

Initial arm64 support

Donovan-Medina commented 2 years ago

This was prompted by a change I saw. I noticed rous is now under dev4vater/. Anticipating future changes, we now prompt the user if the repos are correct before pulling

Donovan-Medina commented 2 years ago

Tested on vpshere, x86_64 --> works as intended. With the main focus being x86_64, additional development for arm64 is TBD.

Arm64 fails at vater restart, specifically with semaphore.py build, subprocess(cmd=['task', 'deps']) where it calls for a go dependency with uname -m instead of dpkg --print-architecture.

marissaeinhorn commented 2 years ago

Tested and working