-
Notifications
You must be signed in to change notification settings - Fork 10
Open
Description
[N.B.: this is quite possibly also relevant to commercialhaskell/stack than stackage-view, but I'm starting the discussion here.]
Repro steps
- On an OS X box, install stack and clone this repo.
cd path/to/stackage-viewstack build
Actual results
>> stack build
Cannot find 'docker' in PATH. Is Docker installed?
Expected results
stackage-view builds natively, so it can be invoked in a Cabal project directory.
Notes
The stack.yml file includes the stanza:
docker:
repo: fpco/ghcjs-dev
This means that what should be a straightforward local build of this tool now must be built inside of a docker instance. This makes for a positively bizarre workflow, since the primary usage of this tool appears to be on a development host.
I fully understand the benefits of fully reproducible builds using docker (and VMs in general). Yet those benefits don't appear to apply to stackage-view because it's a client tool, not a server tool.
Metadata
Metadata
Assignees
Labels
No labels