Documentation states that workspacedir can be a relative path:
Because of this, the workspacedir directory is the only directory which is allowed to be declared as a relative path.
However setting workspacedir: ./workspace/ in ~/.config/buildstream.conf and then executing bst workspace list produces
$ bst workspace list
Error loading user configuration: workspacedir must be an absolute path
Documentation states that
workspacedircan be a relative path:However setting
workspacedir: ./workspace/in~/.config/buildstream.confand then executingbst workspace listproduces