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

GitHub Action fixes #920

Merged
merged 2 commits into from
Jun 13, 2024
Merged

GitHub Action fixes #920

merged 2 commits into from
Jun 13, 2024

Conversation

MarkCallow
Copy link
Collaborator

Fix for new GHA 2024.06.10.1.0 runner image behavior w.r.t setting env. vars from build matrix.

Workaround 2024.06.03.1.0 GHA runner image bug that continues in 2024.06.10.1.0. See actions/runner-images#10004.

which now sets an environment variable to an empty string
when the corresponding matrix attribute is not set.

The fix has two parts: always set the generator in the matrix
and use IsNullOrEmpty in the script to test if the default
should be used.
@MarkCallow MarkCallow merged commit e8a2e19 into main Jun 13, 2024
18 checks passed
@MarkCallow MarkCallow deleted the gha_fixes branch June 13, 2024 13:07
MarkCallow added a commit that referenced this pull request Jun 30, 2024
Unbelievable. While still wrangling with the workaround for the major
GHA Windows runner image meltdown (PR #920 and blocked-by-this PR #923)
Travis breaks their Ubuntu/arm64 runner image such that installs of
python-related tools on to the VM are failing.

This is their suggested workaround. I don't yet know if it will be
needed permanently.
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.

1 participant