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

fix(build): add workaround to fix github actions due to microsoft signing bug. #14993

Merged
merged 1 commit into from
Apr 24, 2024

Conversation

vegano1
Copy link
Contributor

@vegano1 vegano1 commented Apr 24, 2024

Overview

This is a temporary workaround due to an invalid InRelease file published to the Microsoft Debian repository used by Ubuntu 22.04 (see microsoft/linux-package-repositories#130). The build jobs fail because apt-get update fails.

You can read on this issue here microsoft/linux-package-repositories#130 (comment)

Test Plan

  • Make sure that github jobs are building

Changelog

  • add a temporary workaround to fix CI

Review requests

Risk assessment

Low, fixes build

@vegano1 vegano1 requested a review from a team as a code owner April 24, 2024 12:09
@vegano1 vegano1 requested a review from y3rsh April 24, 2024 12:13
Copy link
Collaborator

@y3rsh y3rsh left a comment

Choose a reason for hiding this comment

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

Nice. Ty!

@vegano1
Copy link
Contributor Author

vegano1 commented Apr 24, 2024

All jobs are passing,

This job here fails because a unit test is broken.

@vegano1 vegano1 merged commit 9b6fb78 into edge Apr 24, 2024
76 of 78 checks passed
@vegano1 vegano1 deleted the temp-fix-ubuntu-builds branch April 24, 2024 12:29
Carlos-fernandez pushed a commit that referenced this pull request May 20, 2024
…ning bug. (#14993)

This is a temporary workaround due to an invalid InRelease file
published to the Microsoft Debian repository used by Ubuntu 22.04 (see
microsoft/linux-package-repositories#130). The
build jobs fail because apt-get update fails.

TODO: Revert this when the issue is fixed
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

2 participants