Write a pipeline to pick up latest spruce code
Aa aviator uses the spruce library, there should be an automation (CI) in place to build aviator with newer versions. (Discuss automation details)
Wouldn't it be also a good alternative to let the user point to his spruce installation (binary)?
Hi @prein,
sorry for my late response.
Aviator is using spruce on a code basis, which means the spruce binary is not required. Initially it was using the binary, but i changed it to not require a binary. That way user of aviator has less prereqs to make use of aviator: They can install it and run it. It was important to me that it is as easy as possible to use. I think if I keep the spruce version aviator is using up to date it is not really a need to point to the spruce installation as a alternative. However, if there are any particular benefits it could be considered to add this option.