-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
2beaaa1
commit c68404a
Showing
1 changed file
with
3 additions
and
13 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,21 +4,11 @@ Ensure the following tools are installed and present in your `$PATH`: | |
|
||
- [`pulumictl`](https://github.com/pulumi/pulumictl#installation) | ||
- [Go 1.17](https://golang.org/dl/) or 1.latest | ||
- [NodeJS](https://nodejs.org/en/) 14.x. We recommend using [nvm](https://github.com/nvm-sh/nvm) to manage NodeJS installations. | ||
- [NodeJS](https://nodejs.org/en/) 14.x. Only for javascript user, We recommend using [nvm](https://github.com/nvm-sh/nvm) to manage NodeJS installations. | ||
- [Yarn](https://yarnpkg.com/) | ||
- [TypeScript](https://www.typescriptlang.org/) | ||
- [Python](https://www.python.org/downloads/) (called as `python3`). | ||
- [TypeScript](https://www.typescriptlang.org/) Only for javascript user | ||
- [Python](https://www.python.org/downloads/) (called as `python3`). Only for python user | ||
|
||
|
||
## Patch | ||
|
||
Please patch | ||
```bash | ||
export GOPATH=$PWD # not needed but recomended as you patch $GOPATH/pkg/ | ||
chmod -R a+r $GOPATH/pkg/ | ||
chmod -R a+w $GOPATH/pkg/ | ||
patch $GOPATH/pkg/mod/github.com/hashicorp/[email protected]/internal/configs/configload/loader_snapshot.go .osc-patch/patch.go | ||
``` | ||
## Building the Provider and SDKs | ||
|
||
To build python provider | ||
|