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

Don't pass synthesized TMPDIR if not already set #409

Merged
merged 3 commits into from
May 26, 2023
Merged

Don't pass synthesized TMPDIR if not already set #409

merged 3 commits into from
May 26, 2023

Conversation

pietern
Copy link
Contributor

@pietern pietern commented May 26, 2023

Changes

On Unix systems, the default of /tmp always works. No need to synthesize a path for it.

The custom TMPDIR was causing issues when used from GitHub Actions runners.

Tests

Confirmed manually this fixes the issue on GitHub Actions runners.

Copy link
Contributor

@shreyas-goenka shreyas-goenka left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Changes look good to me

@pietern pietern merged commit e4ab455 into main May 26, 2023
4 checks passed
@pietern pietern deleted the tmpdir-fix branch May 26, 2023 11:05
@pietern pietern mentioned this pull request May 26, 2023
pietern added a commit that referenced this pull request May 26, 2023
## Changes

CLI:
* Reduce parallellism in locker integration test
([#407](#407)).

Bundles:
* Don't pass synthesized TMPDIR if not already set
([#409](#409)).
* Added support for bundle.Seq, simplified Mutator.Apply interface
([#403](#403)).
* Regenerated internal schema structs based on Terraform provider
schemas ([#401](#401)).
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

Successfully merging this pull request may close these issues.

None yet

3 participants