Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

sha256map generation should be opt-in #12

Open
philderbeast opened this issue Nov 9, 2023 · 1 comment
Open

sha256map generation should be opt-in #12

philderbeast opened this issue Nov 9, 2023 · 1 comment

Comments

@philderbeast
Copy link
Collaborator

Project generation creates the haskell.nix sha256map even though this is not an explicit goal (only projects is) as seen with up-do/dex-lang@062c46a

include project-versions.mk
include updo/Makefile

.PHONY: all
all: projects

.DEFAULT_GOAL := all
$ make -f project-files.mk

$ git ls-files --others --exclude-standard
ghc-8.10.7.sha256map.nix
@philderbeast
Copy link
Collaborator Author

A clean with make -f project-files.mk clean gets rid of this generated file.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant