Add zip package to list of required packages for Ubuntu install.#24
Closed
kkress wants to merge 1 commit intobazelbuild:masterfrom
Closed
Add zip package to list of required packages for Ubuntu install.#24kkress wants to merge 1 commit intobazelbuild:masterfrom
kkress wants to merge 1 commit intobazelbuild:masterfrom
Conversation
Contributor
|
We've actually already added this to the list at http://bazel.io/docs/install.html. If you'd like to contribute patches in the future, please check out http://bazel.io/docs/contributing.html, we can't merge in Github pull requests, unfortunately. |
bazel-io
pushed a commit
that referenced
this pull request
Mar 18, 2019
**Related issues:** - add -c flag [#35](bazelbuild/starlark#35) - improve starlark-in-java installation documentation [#24](bazelbuild/starlark#24) **Examples:** $ bazel run :Starlark -- -c "print(1)" 1 $ bazel run :Starlark -- -c "print(1)" arg3 USAGE: Starlark [-c "\<cmdLineProgram\>" | \<fileName\>] Closes #7683. PiperOrigin-RevId: 239028987
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
I hit a minor bump when trying to install. For some reason I didn't have the 'zip' package for Ubuntu (not default installed I guess?), so I added it to the list of required packages. I assume there are others that would be needed here (C++ toolchain?).