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

gollvm: absent build targets for generating archived binaries + libs #41632

Closed
advancedwebdeveloper opened this issue Sep 25, 2020 · 4 comments
Closed
Labels
FrozenDueToAge WaitingForInfo Issue is not actionable because of missing required information, which needs to be provided.
Milestone

Comments

@advancedwebdeveloper
Copy link

There is no way to generate an installation archive, after building gollvm.

- Ninja interprets external build folder as an out-of-date, so I am not sure how I could find a workaround. Maybe using GNU make would solve this. The only thraightforward option is to add a target, suitable for Ninja/GNU Make/whatever else , to generate an archive file (instead of "installation" target).

@thanm thanm modified the milestones: gollvm, Backlog Sep 25, 2020
@thanm
Copy link
Contributor

thanm commented Sep 25, 2020

What exactly do you mean by an installation archive? Why not just tar up the contents of the CMAKE_INSTALL_PREFIX directory once the installation ninja target is complete?

@advancedwebdeveloper
Copy link
Author

What exactly do you mean by an installation archive? Why not just tar up the contents of the CMAKE_INSTALL_PREFIX directory once the installation ninja target is complete?

Probably cause coppied files would be mixed with various non-related files, in few system folders. So extracting that has no sense.

So the demand is still here.

@thanm
Copy link
Contributor

thanm commented Sep 28, 2020

Sorry, but I am still not clear on what you are asking for.

@cagedmantis cagedmantis added the WaitingForInfo Issue is not actionable because of missing required information, which needs to be provided. label Sep 28, 2020
@gopherbot
Copy link

Timed out in state WaitingForInfo. Closing.

(I am just a bot, though. Please speak up if this is a mistake or you have the requested information.)

@golang golang locked and limited conversation to collaborators Oct 28, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
FrozenDueToAge WaitingForInfo Issue is not actionable because of missing required information, which needs to be provided.
Projects
None yet
Development

No branches or pull requests

4 participants