You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi! docker build on master fails with the following error:
Step 15/20 : RUN cabal v2-update && cabal v2-configure --flags="release"&& cabal v2-build semantic:exe:semantic
---> Running in c3a6938786d5
Config file path source is default config file.
Config file /root/.cabal/config not found.
Writing default configuration to /root/.cabal/config
When using configuration(s) from /build/cabal.project, the following errors occurred:
The package location 'semantic-source' does not exist.
The command'/bin/sh -c cabal v2-update && cabal v2-configure --flags="release" && cabal v2-build semantic:exe:semantic' returned a non-zero code: 1
The text was updated successfully, but these errors were encountered:
Hi!
docker build
on master fails with the following error:The text was updated successfully, but these errors were encountered: