Remove workaround for bug triggered by Android environment variable#246
Remove workaround for bug triggered by Android environment variable#246finagolfin wants to merge 1 commit intoswiftlang:mainfrom
Conversation
|
This should be fixed in trunk and will be in the next 6.3 snapshot or release, so getting this cleanup ready for that. |
|
@marcprux, mind adding a 6.3 release option for Android in this CI sometime today? I'm about to doze off. 😴 |
|
@finagolfin Can we get this merged? |
|
The last 6.3 snapshot didn't have the env var fix you approved in swift-driver, so I am waiting for the next 6.3 nightly snapshot to be tagged before merging this, else this will still break Since unsetting this env var should have no effect on 6.3 and trunk, I'm leaving this workaround in until all three 6.3 and 6.4 builds have the fix. |
We had to unset this common Android env var to work around the compiler bug, but it should be fixed in the compiler now.
|
Alright, now that a new 6.3 snapshot was tagged, ready to get this in. |
|
Anyone know why all the PR workflows are no longer being run on this pull? |
We had to unset this common Android env var to work around the compiler bug, but it should be fixed in the compiler now.