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

Test: enable signature verification on Linux CI machines #5000

Merged
merged 4 commits into from
Jan 12, 2023
Merged

Conversation

dtivel
Copy link
Contributor

@dtivel dtivel commented Jan 10, 2023

Bug

Fixes: NuGet/Home#12357, NuGet/Home#11892

Regression? Last working version: N/A

Description

This change enables signed package verification by default on our Linux CI machines. Since we're already using .NET 7 SDK, we should enable signed package verification on Linux by default.

This change also bumps source build's .NET SDK version from 7.0.100-preview.6.22352.1 to 7.0.100 because the necessary .NET SDK support for verifying signed packages on Linux first appeared in .NET 7.0.100 SDK (GA).

This PR introduces no behavioral changes to the product itself.

CC @aortiz-msft, @skofman1
FYI @dotnet/source-build-internal, @lbussell for source build-related changes

PR Checklist

  • PR has a meaningful title

  • PR has a linked issue.

  • Described changes

  • Tests

    • Automated tests added
    • OR
    • Test exception
    • OR
    • N/A
  • Documentation

    • Documentation PR or issue filled
    • OR
    • N/A

@dtivel dtivel requested a review from a team as a code owner January 10, 2023 20:46
@dtivel
Copy link
Contributor Author

dtivel commented Jan 10, 2023

E2E and Apex tests are failing for unrelated reasons. This change does not impact those tests.

@dtivel
Copy link
Contributor Author

dtivel commented Jan 10, 2023

Woo-hoo! I got PR #5000!

erdembayar
erdembayar previously approved these changes Jan 10, 2023
Copy link
Contributor

@erdembayar erdembayar left a comment

Choose a reason for hiding this comment

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

Do we need to enable any Linux test to assert this?
Probably some tests could be disabled.

@dtivel dtivel requested a review from erdembayar January 12, 2023 00:47
@dtivel
Copy link
Contributor Author

dtivel commented Jan 12, 2023

@erdembayar, I also enabled signature verification in source build and re-enabled a few signing/verification tests on Linux. Thanks for the feedback!

Copy link
Contributor

@erdembayar erdembayar left a comment

Choose a reason for hiding this comment

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

Thank you for re-enabling the disabled Linux tests.

@dtivel dtivel merged commit b1c1ade into dev Jan 12, 2023
@dtivel dtivel deleted the dev-dtivel-linux branch January 12, 2023 11:02
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.

Test: enable signed package verification on Linux
2 participants