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

Want an official PGo package / release #239

Open
niuzhi opened this issue Nov 16, 2022 · 1 comment
Open

Want an official PGo package / release #239

niuzhi opened this issue Nov 16, 2022 · 1 comment

Comments

@niuzhi
Copy link

niuzhi commented Nov 16, 2022

Consult how pgo packages the application into a jar file. what command to use。thanks

@fhackett fhackett changed the title pgo package Want an official PGo package / release Nov 16, 2022
@fhackett
Copy link
Contributor

Thank you for your interest in the PGo project.

Coursier can be used to package PGo into a self-contained executable file (with a .jar inside).

From the root of the repository:

$ sbt publishLocal
$ cs bootstrap pgo::pgo:0.1.0-SNAPSHOT -o pgo

Once this is done, ./pgo --help should print the help text you would expect. To produce a fully self-contained build (the default might download .jars on first run), add --standalone to the cs bootstrap command.

I will close this issue once we have a release process that isn't "build it yourself".

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

2 participants