Skip to content

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

Merged
pietern merged 3 commits intomainfrom
tmpdir-fix
May 26, 2023
Merged

Don't pass synthesized TMPDIR if not already set#409
pietern merged 3 commits intomainfrom
tmpdir-fix

Conversation

@pietern
Copy link
Copy Markdown
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
Copy Markdown
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
@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.

3 participants