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

Fix/improve the build and tests #288

Merged
merged 11 commits into from
Oct 3, 2022
Merged

Fix/improve the build and tests #288

merged 11 commits into from
Oct 3, 2022

Conversation

justinvp
Copy link
Member

@justinvp justinvp commented Sep 28, 2022

This repo has bitrotted quite a bit. These changes help get things running locally and in CI.

There's still a lot to improve subsequently.

Don't require global `tsc` and use `yarn run` rather than `npx`.
The internal `_setTestModeEnabled` is no longer present in `@pulumi/pulumi` and is no longer necessary here.
Go 1.17 is no longer supported, upgrade to 1.18
@justinvp justinvp added the impact/no-changelog-required This issue doesn't require a CHANGELOG update label Sep 28, 2022
The runtime settings were being reset each time a gRPC was called, because of the recent change in the Pulumi Python SDK. We need to set up the environment fresh each call to `Analyze` and `AnalyzeStack`.
Avoid `Object of type ContextVar is not JSON serializable` exception
@justinvp justinvp merged commit 6b3ee6f into master Oct 3, 2022
@pulumi-bot pulumi-bot deleted the justin/build branch October 3, 2022 17:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
impact/no-changelog-required This issue doesn't require a CHANGELOG update
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants