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

Revert build failure workaround #377

Merged
merged 1 commit into from
May 2, 2023
Merged

Conversation

idg10
Copy link
Contributor

@idg10 idg10 commented May 2, 2023

The build started failing due to changes in the Azure Build agent, as reported at actions/runner-images#7467

It appears that the underlying problem is a bug in the Node library being used to extract files from packages: ZJONSSON/node-unzipper#271

The problem was that this corrupted some of the files being unpacked. This meant that when we tried to run func we got errors complaining about an invalid executable.

Although it looks like the underlying issue has not yet been fixed, the comment at actions/runner-images#7467 (comment) suggests that a new build agent image has been created that will not run into this problem. (Presumably they've done something to avoid the problematic package.) This means we should no longer need our workaround.

The build started failing due to changes in the Azure Build agent, as reported at actions/runner-images#7467

It appears that the underlying problem is a bug in the Node library being used to extract files from packages: ZJONSSON/node-unzipper#271

The problem was that this corrupted some of the files being unpacked. This meant that when we tried to run `func` we got errors complaining about an invalid executable.

Although it looks like the underlying issue has not yet been fixed, the comment at actions/runner-images#7467 (comment) suggests that a new build agent image has been created that will not run into this problem. (Presumably they've done something to avoid the problematic package.) This means we should no longer need our workaround.
@idg10 idg10 added the no_release Suppresses auto_release functionality label May 2, 2023
@idg10 idg10 self-assigned this May 2, 2023
@idg10 idg10 merged commit 10400f2 into main May 2, 2023
@idg10 idg10 deleted the feature/remove-build-workaround branch May 2, 2023 14:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
no_release Suppresses auto_release functionality pending_release
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants