gorealis v2 refactor (#5)
* Changing default timeout for start maintenance. * Upgrading dependencies to gorealis v2 and thrift 0.12.0 * Refactored to update to gorealis v2.
This commit is contained in:
parent
ad4dd9606e
commit
6ab5c9334d
1335 changed files with 137431 additions and 61530 deletions
12
vendor/git.apache.org/thrift.git/lib/haxe/README.md
generated
vendored
12
vendor/git.apache.org/thrift.git/lib/haxe/README.md
generated
vendored
|
@ -44,9 +44,9 @@ target libraries need to be installed and how to achieve this.
|
|||
Haxe on Linux
|
||||
---------------
|
||||
|
||||
For Linux platforms it is recommended not to download the
|
||||
binaries manually, instead use the Haxe installation shell
|
||||
script which can be found at `http://www.openfl.org/download`.
|
||||
For Linux platforms it is recommended to use the distro-specific package
|
||||
manager, where possible. More detailed information can be found at the
|
||||
Haxe Linux download section: http://haxe.org/download/linux
|
||||
|
||||
If you run into the error message
|
||||
|
||||
|
@ -69,10 +69,10 @@ Thrift Haxe bindings
|
|||
Thrift Haxe bindings can be set up via the `haxelib` tool
|
||||
either from the official ASF repo, or via the github mirror.
|
||||
|
||||
- To set up any **stable version**, choose the appropriate branch (e.g. `0.9.3`):
|
||||
- To set up any **stable version**, choose the appropriate branch (e.g. `0.10.0`):
|
||||
|
||||
- `haxelib git thrift https://git.apache.org/thrift.git 0.9.3 lib/haxe`
|
||||
- `haxelib git thrift https://github.com/apache/thrift.git 0.9.3 lib/haxe`
|
||||
- `haxelib git thrift https://git.apache.org/thrift.git 0.12.0 lib/haxe`
|
||||
- `haxelib git thrift https://github.com/apache/thrift.git 0.12.0 lib/haxe`
|
||||
|
||||
- To set up the current **development version**, use the `master` branch:
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue